Resource

public struct Resource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let arn: String?
  • The time when the resource was associated with the resource share.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The time when the association was last updated.

    Declaration

    Swift

    public let lastUpdatedTime: TimeStamp?
  • The ARN of the resource group. This value is returned only if the resource is a resource group.

    Declaration

    Swift

    public let resourceGroupArn: String?
  • The Amazon Resource Name (ARN) of the resource share.

    Declaration

    Swift

    public let resourceShareArn: String?
  • The status of the resource.

    Declaration

    Swift

    public let status: ResourceStatus?
  • A message about the status of the resource.

    Declaration

    Swift

    public let statusMessage: String?
  • The resource type.

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, resourceGroupArn: String? = nil, resourceShareArn: String? = nil, status: ResourceStatus? = nil, statusMessage: String? = nil, type: String? = nil)