Class: Aws::Types::DescribeTemplateDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTemplateDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
-
#errors ⇒ ::Array[Types::TemplateError]
Returns the value of attribute errors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
Instance Attribute Details
#definition ⇒ Types::TemplateVersionDefinition
Returns the value of attribute definition.
5036 5037 5038 |
# File 'sig/types.rbs', line 5036 def definition @definition end |
#errors ⇒ ::Array[Types::TemplateError]
Returns the value of attribute errors.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def errors @errors end |
#name ⇒ ::String
Returns the value of attribute name.
5031 5032 5033 |
# File 'sig/types.rbs', line 5031 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5038 5039 5040 |
# File 'sig/types.rbs', line 5038 def request_id @request_id end |
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def resource_status @resource_status end |
#status ⇒ ::Integer
Returns the value of attribute status.
5037 5038 5039 |
# File 'sig/types.rbs', line 5037 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def template_id @template_id end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def theme_arn @theme_arn end |