Class: Aws::Types::CreateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#layout_configuration ⇒ Types::LayoutConfiguration
Returns the value of attribute layout_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required_fields ⇒ ::Array[Types::RequiredField]
Returns the value of attribute required_fields.
-
#rules ⇒ ::Array[Types::TemplateRule]
Returns the value of attribute rules.
-
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
-
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
350 351 352 |
# File 'sig/types.rbs', line 350 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def domain_id @domain_id end |
#layout_configuration ⇒ Types::LayoutConfiguration
Returns the value of attribute layout_configuration.
351 352 353 |
# File 'sig/types.rbs', line 351 def layout_configuration @layout_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#required_fields ⇒ ::Array[Types::RequiredField]
Returns the value of attribute required_fields.
352 353 354 |
# File 'sig/types.rbs', line 352 def required_fields @required_fields end |
#rules ⇒ ::Array[Types::TemplateRule]
Returns the value of attribute rules.
354 355 356 |
# File 'sig/types.rbs', line 354 def rules @rules end |
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
353 354 355 |
# File 'sig/types.rbs', line 353 def status @status end |
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
355 356 357 |
# File 'sig/types.rbs', line 355 def tag_propagation_configurations @tag_propagation_configurations end |