IntentMetadata

public struct IntentMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the intent was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • A description of the intent.

    Declaration

    Swift

    public let description: String?
  • The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

    Declaration

    Swift

    public let lastUpdatedDate: TimeStamp?
  • The name of the intent.

    Declaration

    Swift

    public let name: String?
  • The version of the intent.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, description: String? = nil, lastUpdatedDate: TimeStamp? = nil, name: String? = nil, version: String? = nil)