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)


9262
9263
9264
# File 'sig/types.rbs', line 9262

def dry_run
  @dry_run
end

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

Returns the value of attribute state.

Returns:

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


9261
9262
9263
# File 'sig/types.rbs', line 9261

def state
  @state
end