Class: Aws::Types::TemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


10955
10956
10957
# File 'sig/types.rbs', line 10955

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


10959
10960
10961
# File 'sig/types.rbs', line 10959

def created_time
  @created_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


10960
10961
10962
# File 'sig/types.rbs', line 10960

def last_updated_time
  @last_updated_time
end

#latest_version_number::Integer

Returns the value of attribute latest_version_number.

Returns:

  • (::Integer)


10958
10959
10960
# File 'sig/types.rbs', line 10958

def latest_version_number
  @latest_version_number
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10957
10958
10959
# File 'sig/types.rbs', line 10957

def name
  @name
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


10956
10957
10958
# File 'sig/types.rbs', line 10956

def template_id
  @template_id
end