Class: Aws::EC2::Types::DisableImageBlockPublicAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableImageBlockPublicAccessResult
- 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 ‘unblocked` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#image_block_public_access_state ⇒ String
Returns ‘unblocked` if the request succeeds; otherwise, it returns an error.
31202 31203 31204 31205 31206 |
# File 'lib/aws-sdk-ec2/types.rb', line 31202 class DisableImageBlockPublicAccessResult < Struct.new( :image_block_public_access_state) SENSITIVE = [] include Aws::Structure end |