Class: Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Returns ‘unblocked` if the request succeeds.

Returns:

  • (String)


28881
28882
28883
28884
28885
# File 'lib/aws-sdk-ec2/types.rb', line 28881

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