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.
33695 33696 33697 33698 33699 |
# File 'lib/aws-sdk-ec2/types.rb', line 33695 class EnableImageBlockPublicAccessResult < Struct.new( :image_block_public_access_state) SENSITIVE = [] include Aws::Structure end |