Class: Aws::Types::ResourceShareAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ResourceShareAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_entity ⇒ ::String
Returns the value of attribute associated_entity.
-
#association_type ⇒ "PRINCIPAL", ...
Returns the value of attribute association_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#external ⇒ Boolean
Returns the value of attribute external.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#resource_share_name ⇒ ::String
Returns the value of attribute resource_share_name.
-
#status ⇒ "ASSOCIATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#associated_entity ⇒ ::String
Returns the value of attribute associated_entity.
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.
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.
609 610 611 |
# File 'sig/types.rbs', line 609 def creation_time @creation_time end |
#external ⇒ Boolean
Returns the value of attribute external.
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.
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.
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.
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.
607 608 609 |
# File 'sig/types.rbs', line 607 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
608 609 610 |
# File 'sig/types.rbs', line 608 def @status_message end |