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
unblockedif the request succeeds.
Instance Attribute Details
#state ⇒ String
Returns unblocked if the request succeeds.
36320 36321 36322 36323 36324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36320 class DisableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |