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

Class: Aws::RAM::Types::ResourceShareAssociation

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

Overview

Describes an association with a resource share.

Instance Attribute Summary collapse

Instance Attribute Details

#associated_entityString

The associated entity. For resource associations, this is the ARN of the resource. For principal associations, this is the ID of an AWS account or the ARN of an OU or organization from AWS Organizations.

Returns:

  • (String)

    The associated entity.

#association_typeString

The association type.

Possible values:

  • PRINCIPAL
  • RESOURCE

Returns:

  • (String)

    The association type.

#creation_timeTime

The time when the association was created.

Returns:

  • (Time)

    The time when the association was created.

#externalBoolean

Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share.

Returns:

  • (Boolean)

    Indicates whether the principal belongs to the same AWS organization as the AWS account that owns 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_share_arnString

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

Returns:

  • (String)

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

#resource_share_nameString

The name of the resource share.

Returns:

  • (String)

    The name of the resource share.

#statusString

The status of the association.

Possible values:

  • ASSOCIATING
  • ASSOCIATED
  • FAILED
  • DISASSOCIATING
  • DISASSOCIATED

Returns:

  • (String)

    The status of the association.

#status_messageString

A message about the status of the association.

Returns:

  • (String)

    A message about the status of the association.