Class: Aws::Types::UpdatePolicyTemplateOutput

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:

  • (::Time)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def created_date
  @created_date
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def policy_store_id
  @policy_store_id
end

#policy_template_id::String

Returns the value of attribute policy_template_id.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def policy_template_id
  @policy_template_id
end