Class: Aws::Types::PutClusterPolicyInput

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)


238
239
240
# File 'sig/types.rbs', line 238

def bypass_policy_lockout_safety_check
  @bypass_policy_lockout_safety_check
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def client_token
  @client_token
end

#expected_policy_version::String

Returns the value of attribute expected_policy_version.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def expected_policy_version
  @expected_policy_version
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def identifier
  @identifier
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def policy
  @policy
end