Class: Aws::Types::CreatePolicyTemplateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def created_date
  @created_date
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def policy_store_id
  @policy_store_id
end

#policy_template_id::String

Returns the value of attribute policy_template_id.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def policy_template_id
  @policy_template_id
end