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)


11303
11304
11305
# File 'sig/types.rbs', line 11303

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


11308
11309
11310
# File 'sig/types.rbs', line 11308

def created_time
  @created_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


11307
11308
11309
# File 'sig/types.rbs', line 11307

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11304
11305
11306
# File 'sig/types.rbs', line 11304

def name
  @name
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


11306
11307
11308
# File 'sig/types.rbs', line 11306

def template_id
  @template_id
end

#versionTypes::TemplateVersion

Returns the value of attribute version.



11305
11306
11307
# File 'sig/types.rbs', line 11305

def version
  @version
end