Class: Aws::Types::ResourceShareAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_entity::String

Returns the value of attribute associated_entity.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def associated_entity
  @associated_entity
end

#association_type"PRINCIPAL", ...

Returns the value of attribute association_type.

Returns:

  • ("PRINCIPAL", "RESOURCE", "SOURCE")


606
607
608
# File 'sig/types.rbs', line 606

def association_type
  @association_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


609
610
611
# File 'sig/types.rbs', line 609

def creation_time
  @creation_time
end

#externalBoolean

Returns the value of attribute external.

Returns:

  • (Boolean)


611
612
613
# File 'sig/types.rbs', line 611

def external
  @external
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


610
611
612
# File 'sig/types.rbs', line 610

def last_updated_time
  @last_updated_time
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def resource_share_arn
  @resource_share_arn
end

#resource_share_name::String

Returns the value of attribute resource_share_name.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def resource_share_name
  @resource_share_name
end

#status"ASSOCIATING", ...

Returns the value of attribute status.

Returns:

  • ("ASSOCIATING", "ASSOCIATED", "FAILED", "DISASSOCIATING", "DISASSOCIATED", "SUSPENDED", "SUSPENDING", "RESTORING")


607
608
609
# File 'sig/types.rbs', line 607

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def status_message
  @status_message
end