Class: Aws::Types::EnableImageBlockPublicAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableImageBlockPublicAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_block_public_access_state ⇒ "block-new-sharing"
Returns the value of attribute image_block_public_access_state.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8924 8925 8926 |
# File 'sig/types.rbs', line 8924 def dry_run @dry_run end |
#image_block_public_access_state ⇒ "block-new-sharing"
Returns the value of attribute image_block_public_access_state.
8923 8924 8925 |
# File 'sig/types.rbs', line 8923 def image_block_public_access_state @image_block_public_access_state end |