Class: Aws::Types::CreateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateRequest
- 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.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def aws_account_id @aws_account_id end |
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def @permissions end |
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def template_id @template_id end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def version_description @version_description end |