GetIPSetResponse class

Constructors

GetIPSetResponse({required IpSetFormat format, required String location, required String name, required IpSetStatus status, Map<String, String>? tags})
GetIPSetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

format IpSetFormat
The format of the file that contains the IPSet.
final
hashCode int
The hash code for this object.
no setterinherited
location String
The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
final
name String
The user-friendly name for the IPSet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IpSetStatus
The status of IPSet file that was uploaded.
final
tags Map<String, String>?
The tags of the IPSet resource.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited