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


10822
10823
10824
# File 'sig/types.rbs', line 10822

def managed_by
  @managed_by
end

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

Returns the value of attribute state.

Returns:

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


10821
10822
10823
# File 'sig/types.rbs', line 10821

def state
  @state
end