Label

public struct Label : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The label ARN.

    Declaration

    Swift

    public let arn: String?
  • Timestamp of when the event type was created.

    Declaration

    Swift

    public let createdTime: String?
  • The label description.

    Declaration

    Swift

    public let description: String?
  • Timestamp of when the label was last updated.

    Declaration

    Swift

    public let lastUpdatedTime: String?
  • The label name.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, lastUpdatedTime: String? = nil, name: String? = nil)