Class: Aws::Types::UpdateResourceShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceShareRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
Instance Attribute Details
#allow_external_principals ⇒ Boolean
Returns the value of attribute allow_external_principals.
781 782 783 |
# File 'sig/types.rbs', line 781 def allow_external_principals @allow_external_principals end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
782 783 784 |
# File 'sig/types.rbs', line 782 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
780 781 782 |
# File 'sig/types.rbs', line 780 def name @name end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
779 780 781 |
# File 'sig/types.rbs', line 779 def resource_share_arn @resource_share_arn end |