Class: Aws::Types::ResourceShare
- Inherits:
-
Object
- Object
- Aws::Types::ResourceShare
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_external_principals ⇒ Boolean
Returns the value of attribute allow_external_principals.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_account_id ⇒ ::String
Returns the value of attribute owning_account_id.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#resource_share_configuration ⇒ Types::ResourceShareConfiguration
Returns the value of attribute resource_share_configuration.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allow_external_principals ⇒ Boolean
Returns the value of attribute allow_external_principals.
591 592 593 |
# File 'sig/types.rbs', line 591 def allow_external_principals @allow_external_principals end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
595 596 597 |
# File 'sig/types.rbs', line 595 def creation_time @creation_time end |
#feature_set ⇒ "CREATED_FROM_POLICY", ...
Returns the value of attribute feature_set.
597 598 599 |
# File 'sig/types.rbs', line 597 def feature_set @feature_set end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
596 597 598 |
# File 'sig/types.rbs', line 596 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
589 590 591 |
# File 'sig/types.rbs', line 589 def name @name end |
#owning_account_id ⇒ ::String
Returns the value of attribute owning_account_id.
590 591 592 |
# File 'sig/types.rbs', line 590 def owning_account_id @owning_account_id end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def resource_share_arn @resource_share_arn end |
#resource_share_configuration ⇒ Types::ResourceShareConfiguration
Returns the value of attribute resource_share_configuration.
598 599 600 |
# File 'sig/types.rbs', line 598 def resource_share_configuration @resource_share_configuration end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
592 593 594 |
# File 'sig/types.rbs', line 592 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
593 594 595 |
# File 'sig/types.rbs', line 593 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
594 595 596 |
# File 'sig/types.rbs', line 594 def @tags end |