Class: Aws::Types::UpdatePublicSharingSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePublicSharingSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#public_sharing_enabled ⇒ Boolean
Returns the value of attribute public_sharing_enabled.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12894 12895 12896 |
# File 'sig/types.rbs', line 12894 def aws_account_id @aws_account_id end |
#public_sharing_enabled ⇒ Boolean
Returns the value of attribute public_sharing_enabled.
12895 12896 12897 |
# File 'sig/types.rbs', line 12895 def public_sharing_enabled @public_sharing_enabled end |