Class: Aws::Types::PutKeyPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_policy_lockout_safety_checkBoolean

Returns the value of attribute bypass_policy_lockout_safety_check.

Returns:

  • (Boolean)


797
798
799
# File 'sig/types.rbs', line 797

def bypass_policy_lockout_safety_check
  @bypass_policy_lockout_safety_check
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def key_id
  @key_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def policy
  @policy
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def policy_name
  @policy_name
end