GetDedicatedIpsResponse class

Information about the dedicated IP addresses that are associated with your AWS account.

Constructors

GetDedicatedIpsResponse({List<DedicatedIp>? dedicatedIps, String? nextToken})
GetDedicatedIpsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dedicatedIps List<DedicatedIp>?
A list of dedicated IP addresses that are associated with your AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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