DescribeElasticIpsRequest

public struct DescribeElasticIpsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.

    Declaration

    Swift

    public let instanceId: String?
  • ips

    An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

    Declaration

    Swift

    public let ips: [String]?
  • A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(instanceId: String? = nil, ips: [String]? = nil, stackId: String? = nil)