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.
31390 31391 31392 31393 31394 |
# File 'lib/aws-sdk-ec2/types.rb', line 31390 class DisableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |