Class: Aws::Types::DeleteClusterPolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def client_token
  @client_token
end

#expected_policy_version::String

Returns the value of attribute expected_policy_version.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def expected_policy_version
  @expected_policy_version
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def identifier
  @identifier
end