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

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def name
  @name
end

#status ⇒ "Active", "Inactive"

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive")


1238
1239
1240
# File 'sig/types.rbs', line 1238

def status
  @status
end

#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]

Returns the value of attribute tag_propagation_configurations.



1239
1240
1241
# File 'sig/types.rbs', line 1239

def tag_propagation_configurations
  @tag_propagation_configurations
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def template_arn
  @template_arn
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def template_id
  @template_id
end