You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RAM::Types::Resource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a resource associated with a resource share.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource.

#creation_timeTime

The time when the resource was associated with the resource share.

Returns:

  • (Time)

    The time when the resource was associated with the resource share.

#last_updated_timeTime

The time when the association was last updated.

Returns:

  • (Time)

    The time when the association was last updated.

#resource_group_arnString

The ARN of the resource group. This value is returned only if the resource is a resource group.

Returns:

  • (String)

    The ARN of the resource group.

#resource_share_arnString

The Amazon Resource Name (ARN) of the resource share.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource share.

#statusString

The status of the resource.

Possible values:

  • AVAILABLE
  • ZONAL_RESOURCE_INACCESSIBLE
  • LIMIT_EXCEEDED
  • UNAVAILABLE
  • PENDING

Returns:

  • (String)

    The status of the resource.

#status_messageString

A message about the status of the resource.

Returns:

  • (String)

    A message about the status of the resource.

#typeString

The resource type.

Returns:

  • (String)

    The resource type.