Class: Aws::Types::ResourceShareInvitation
- Inherits:
-
Object
- Object
- Aws::Types::ResourceShareInvitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invitation_timestamp ⇒ ::Time
Returns the value of attribute invitation_timestamp.
-
#receiver_account_id ⇒ ::String
Returns the value of attribute receiver_account_id.
-
#receiver_arn ⇒ ::String
Returns the value of attribute receiver_arn.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#resource_share_associations ⇒ ::Array[Types::ResourceShareAssociation]
Returns the value of attribute resource_share_associations.
-
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
-
#resource_share_name ⇒ ::String
Returns the value of attribute resource_share_name.
-
#sender_account_id ⇒ ::String
Returns the value of attribute sender_account_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#invitation_timestamp ⇒ ::Time
Returns the value of attribute invitation_timestamp.
626 627 628 |
# File 'sig/types.rbs', line 626 def end |
#receiver_account_id ⇒ ::String
Returns the value of attribute receiver_account_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def receiver_account_id @receiver_account_id end |
#receiver_arn ⇒ ::String
Returns the value of attribute receiver_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def receiver_arn @receiver_arn end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
623 624 625 |
# File 'sig/types.rbs', line 623 def resource_share_arn @resource_share_arn end |
#resource_share_associations ⇒ ::Array[Types::ResourceShareAssociation]
Returns the value of attribute resource_share_associations.
628 629 630 |
# File 'sig/types.rbs', line 628 def resource_share_associations @resource_share_associations end |
#resource_share_invitation_arn ⇒ ::String
Returns the value of attribute resource_share_invitation_arn.
621 622 623 |
# File 'sig/types.rbs', line 621 def resource_share_invitation_arn @resource_share_invitation_arn end |
#resource_share_name ⇒ ::String
Returns the value of attribute resource_share_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def resource_share_name @resource_share_name end |
#sender_account_id ⇒ ::String
Returns the value of attribute sender_account_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def sender_account_id @sender_account_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
627 628 629 |
# File 'sig/types.rbs', line 627 def status @status end |