Class: Aws::EC2::Types::EnableSnapshotBlockPublicAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableSnapshotBlockPublicAccessResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of block public access for snapshots for the account and Region.
Instance Attribute Details
#state ⇒ String
The state of block public access for snapshots for the account and Region. Returns either ‘block-all-sharing` or `block-new-sharing` if the request succeeds.
33906 33907 33908 33909 33910 |
# File 'lib/aws-sdk-ec2/types.rb', line 33906 class EnableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |