Class: Aws::Types::PolicyTemplateItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


983
984
985
# File 'sig/types.rbs', line 983

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def description
  @description
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


984
985
986
# File 'sig/types.rbs', line 984

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def name
  @name
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def policy_store_id
  @policy_store_id
end

#policy_template_id::String

Returns the value of attribute policy_template_id.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def policy_template_id
  @policy_template_id
end