GetCoreDefinitionVersionResponse

public struct GetCoreDefinitionVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the core definition version.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the core definition version was created.

    Declaration

    Swift

    public let creationTimestamp: String?
  • Information about the core definition version.

    Declaration

    Swift

    public let definition: CoreDefinitionVersion?
  • id

    The ID of the core definition version.

    Declaration

    Swift

    public let id: String?
  • The token for the next set of results, or “null” if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The version of the core definition version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTimestamp: String? = nil, definition: CoreDefinitionVersion? = nil, id: String? = nil, nextToken: String? = nil, version: String? = nil)