DistributionConfigurationSummary

public struct DistributionConfigurationSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • The tags associated with the distribution 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, tags: [String : String]? = nil)