Class: Aws::Types::GetTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
740 741 742 |
# File 'sig/types.rbs', line 740 def created_time @created_time end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
739 740 741 |
# File 'sig/types.rbs', line 739 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
734 735 736 |
# File 'sig/types.rbs', line 734 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
741 742 743 |
# File 'sig/types.rbs', line 741 def last_modified_time @last_modified_time end |
#layout_configuration ⇒ Types::LayoutConfiguration
Returns the value of attribute layout_configuration.
735 736 737 |
# File 'sig/types.rbs', line 735 def layout_configuration @layout_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
733 734 735 |
# File 'sig/types.rbs', line 733 def name @name end |
#required_fields ⇒ ::Array[Types::RequiredField]
Returns the value of attribute required_fields.
736 737 738 |
# File 'sig/types.rbs', line 736 def required_fields @required_fields end |
#rules ⇒ ::Array[Types::TemplateRule]
Returns the value of attribute rules.
742 743 744 |
# File 'sig/types.rbs', line 742 def rules @rules end |
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
738 739 740 |
# File 'sig/types.rbs', line 738 def status @status end |
#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]
Returns the value of attribute tag_propagation_configurations.
743 744 745 |
# File 'sig/types.rbs', line 743 def tag_propagation_configurations @tag_propagation_configurations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
737 738 739 |
# File 'sig/types.rbs', line 737 def @tags end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
732 733 734 |
# File 'sig/types.rbs', line 732 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def template_id @template_id end |