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.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def aws_account_id @aws_account_id end |
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def @permissions end |
#source_entity ⇒ Types::TemplateSourceEntity
Returns the value of attribute source_entity.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def template_id @template_id end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def version_description @version_description end |