Class: Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Returns ‘unblocked` if the request succeeds.
Instance Attribute Details
#state ⇒ String
Returns ‘unblocked` if the request succeeds.
36326 36327 36328 36329 36330 |
# File 'lib/aws-sdk-ec2/types.rb', line 36326 class DisableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |