Class: Aws::Types::UpdateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12624 12625 12626 |
# File 'sig/types.rbs', line 12624 def aws_account_id @aws_account_id end |
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
12629 12630 12631 |
# File 'sig/types.rbs', line 12629 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
12628 12629 12630 |
# File 'sig/types.rbs', line 12628 def name @name end |
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
12626 12627 12628 |
# File 'sig/types.rbs', line 12626 def source_entity @source_entity end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
12625 12626 12627 |
# File 'sig/types.rbs', line 12625 def template_id @template_id end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
12630 12631 12632 |
# File 'sig/types.rbs', line 12630 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
12627 12628 12629 |
# File 'sig/types.rbs', line 12627 def version_description @version_description end |