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)


572
573
574
# File 'sig/types.rbs', line 572

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def name
  @name
end