Type
public struct `Type` : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type ARN.
Declaration
Swift
public let arn: String?
-
The type definition.
Declaration
Swift
public let definition: String?
-
The type description.
Declaration
Swift
public let description: String?
-
The type format: SDL or JSON.
Declaration
Swift
public let format: TypeDefinitionFormat?
-
The type name.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, definition: String? = nil, description: String? = nil, format: TypeDefinitionFormat? = nil, name: String? = nil)