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")


10605
10606
10607
# File 'sig/types.rbs', line 10605

def managed_by
  @managed_by
end

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

Returns the value of attribute state.

Returns:

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


10604
10605
10606
# File 'sig/types.rbs', line 10604

def state
  @state
end