InfrastructureConfigurationSummary

public struct InfrastructureConfigurationSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the infrastructure configuration.

    Declaration

    Swift

    public let arn: String?
  • The date on which the infrastructure configuration was created.

    Declaration

    Swift

    public let dateCreated: String?
  • The date on which the infrastructure configuration was last updated.

    Declaration

    Swift

    public let dateUpdated: String?
  • The description of the infrastructure configuration.

    Declaration

    Swift

    public let description: String?
  • The name of the infrastructure configuration.

    Declaration

    Swift

    public let name: String?
  • The tags attached to the image created by Image Builder.

    Declaration

    Swift

    public let resourceTags: [String : String]?
  • The tags of the infrastructure configuration.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, dateCreated: String? = nil, dateUpdated: String? = nil, description: String? = nil, name: String? = nil, resourceTags: [String : String]? = nil, tags: [String : String]? = nil)