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)


9369
9370
9371
# File 'sig/types.rbs', line 9369

def dry_run
  @dry_run
end

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

Returns the value of attribute state.

Returns:

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


9368
9369
9370
# File 'sig/types.rbs', line 9368

def state
  @state
end