Class: Aws::Types::GetSnapshotBlockPublicAccessStateResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_by"account", "declarative-policy"

Returns the value of attribute managed_by.

Returns:

  • ("account", "declarative-policy")


10380
10381
10382
# File 'sig/types.rbs', line 10380

def managed_by
  @managed_by
end

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

Returns the value of attribute state.

Returns:

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


10379
10380
10381
# File 'sig/types.rbs', line 10379

def state
  @state
end