TypeSummary
public struct TypeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the default version of the type. The default version is used when the type version is not specified. To set the default version of a type, use SetTypeDefaultVersion .
Declaration
Swift
public let defaultVersionId: String?
-
The description of the type.
Declaration
Swift
public let description: String?
-
When the current default version of the type was registered.
Declaration
Swift
public let lastUpdated: TimeStamp?
-
The kind of type.
Declaration
Swift
public let type: RegistryType?
-
The Amazon Resource Name (ARN) of the type.
Declaration
Swift
public let typeArn: String?
-
The name of the type.
Declaration
Swift
public let typeName: String?
-
Undocumented
Declaration
Swift
public init(defaultVersionId: String? = nil, description: String? = nil, lastUpdated: TimeStamp? = nil, type: RegistryType? = nil, typeArn: String? = nil, typeName: String? = nil)