Class: Aws::Types::Template

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)


10913
10914
10915
# File 'sig/types.rbs', line 10913

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


10918
10919
10920
# File 'sig/types.rbs', line 10918

def created_time
  @created_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


10917
10918
10919
# File 'sig/types.rbs', line 10917

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10914
10915
10916
# File 'sig/types.rbs', line 10914

def name
  @name
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


10916
10917
10918
# File 'sig/types.rbs', line 10916

def template_id
  @template_id
end

#versionTypes::TemplateVersion

Returns the value of attribute version.



10915
10916
10917
# File 'sig/types.rbs', line 10915

def version
  @version
end