Class: Aws::Types::PutPublicAccessBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPublicAccessBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def account_id @account_id end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block_configuration.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def public_access_block_configuration @public_access_block_configuration end |