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.
12438 12439 12440 |
# File 'sig/types.rbs', line 12438 def aws_account_id @aws_account_id end |
#public_sharing_enabled ⇒ Boolean
Returns the value of attribute public_sharing_enabled.
12439 12440 12441 |
# File 'sig/types.rbs', line 12439 def public_sharing_enabled @public_sharing_enabled end |