Class: Aws::Types::EnableSnapshotBlockPublicAccessRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9037
9038
9039
# File 'sig/types.rbs', line 9037

def dry_run
  @dry_run
end

#state"block-all-sharing", ...

Returns the value of attribute state.

Returns:

  • ("block-all-sharing", "block-new-sharing", "unblocked")


9036
9037
9038
# File 'sig/types.rbs', line 9036

def state
  @state
end