Class: Aws::EC2::Types::EnableSnapshotBlockPublicAccessResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

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.

Returns:

  • (String)


31476
31477
31478
31479
31480
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31476

class EnableSnapshotBlockPublicAccessResult < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end