Class: Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
- Defined in:
- gems/aws-sdk-ec2/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.
31433 31434 31435 31436 31437 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31433 class DisableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |