GetResourceDefinitionVersionResponse
public struct GetResourceDefinitionVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Arn of the resource definition version.
Declaration
Swift
public let arn: String? -
The time, in milliseconds since the epoch, when the resource definition version was created.
Declaration
Swift
public let creationTimestamp: String? -
Information about the definition.
Declaration
Swift
public let definition: ResourceDefinitionVersion? -
The ID of the resource definition version.
Declaration
Swift
public let id: String? -
The version of the resource definition version.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTimestamp: String? = nil, definition: ResourceDefinitionVersion? = nil, id: String? = nil, version: String? = nil)
View on GitHub
GetResourceDefinitionVersionResponse Structure Reference