DescribeAggregateIdFormatResult

public struct DescribeAggregateIdFormatResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about each resource’s ID format.

    Declaration

    Swift

    public let statuses: [IdFormat]?
  • Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.

    Declaration

    Swift

    public let useLongIdsAggregated: Bool?
  • Undocumented

    Declaration

    Swift

    public init(statuses: [IdFormat]? = nil, useLongIdsAggregated: Bool? = nil)