StaticIp

public struct StaticIp : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the static IP (e.g., arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).

    Declaration

    Swift

    public let arn: String?
  • The instance where the static IP is attached (e.g., Amazon_Linux-1GB-Ohio-1).

    Declaration

    Swift

    public let attachedTo: String?
  • The timestamp when the static IP was created (e.g., 1479735304.222).

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The static IP address.

    Declaration

    Swift

    public let ipAddress: String?
  • A Boolean value indicating whether the static IP is attached.

    Declaration

    Swift

    public let isAttached: Bool?
  • The region and Availability Zone where the static IP was created.

    Declaration

    Swift

    public let location: ResourceLocation?
  • The name of the static IP (e.g., StaticIP-Ohio-EXAMPLE).

    Declaration

    Swift

    public let name: String?
  • The resource type (usually StaticIp).

    Declaration

    Swift

    public let resourceType: ResourceType?
  • The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

    Declaration

    Swift

    public let supportCode: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, attachedTo: String? = nil, createdAt: TimeStamp? = nil, ipAddress: String? = nil, isAttached: Bool? = nil, location: ResourceLocation? = nil, name: String? = nil, resourceType: ResourceType? = nil, supportCode: String? = nil)