GetDedicatedIpRequest

public struct GetDedicatedIpRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ip

    The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that’s assocaited with your AWS account.

    Declaration

    Swift

    public let ip: String
  • Undocumented

    Declaration

    Swift

    public init(ip: String)