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.
13080 13081 13082 |
# File 'sig/types.rbs', line 13080 def aws_account_id @aws_account_id end |
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
13085 13086 13087 |
# File 'sig/types.rbs', line 13085 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
13084 13085 13086 |
# File 'sig/types.rbs', line 13084 def name @name end |
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
13082 13083 13084 |
# File 'sig/types.rbs', line 13082 def source_entity @source_entity end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
13081 13082 13083 |
# File 'sig/types.rbs', line 13081 def template_id @template_id end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
13086 13087 13088 |
# File 'sig/types.rbs', line 13086 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
13083 13084 13085 |
# File 'sig/types.rbs', line 13083 def version_description @version_description end |