Class: Aws::Types::UpdateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplateRequest
- 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.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def domain_id @domain_id end |
#layout_configuration ⇒ Types::LayoutConfiguration
Returns the value of attribute layout_configuration.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def layout_configuration @layout_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def name @name end |
#required_fields ⇒ ::Array[Types::RequiredField]
Returns the value of attribute required_fields.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def required_fields @required_fields end |
#rules ⇒ ::Array[Types::TemplateRule]
Returns the value of attribute rules.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def rules @rules end |
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def status @status end |
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def tag_propagation_configurations @tag_propagation_configurations end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def template_id @template_id end |