Class: Aws::Types::CreatePolicyTemplateInput

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:



362
363
364
# File 'sig/types.rbs', line 362

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def name
  @name
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def policy_store_id
  @policy_store_id
end

#statement::String

Returns the value of attribute statement.

Returns:



365
366
367
# File 'sig/types.rbs', line 365

def statement
  @statement
end