Class: Aws::EC2::Types::EnableImageBlockPublicAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableImageBlockPublicAccessResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_block_public_access_state ⇒ String
Returns ‘block-new-sharing` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#image_block_public_access_state ⇒ String
Returns ‘block-new-sharing` if the request succeeds; otherwise, it returns an error.
33652 33653 33654 33655 33656 |
# File 'lib/aws-sdk-ec2/types.rb', line 33652 class EnableImageBlockPublicAccessResult < Struct.new( :image_block_public_access_state) SENSITIVE = [] include Aws::Structure end |