Class: Aws::Types::CreatePolicyInput

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)


309
310
311
# File 'sig/types.rbs', line 309

def client_token
  @client_token
end

#definitionTypes::PolicyDefinition

Returns the value of attribute definition.



311
312
313
# File 'sig/types.rbs', line 311

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def name
  @name
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def policy_store_id
  @policy_store_id
end