Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#generated_template_id ⇒ ::String
Returns the value of attribute generated_template_id.
-
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#number_of_resources ⇒ ::Integer
Returns the value of attribute number_of_resources.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def creation_time @creation_time end |
#generated_template_id ⇒ ::String
Returns the value of attribute generated_template_id.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def generated_template_id @generated_template_id end |
#generated_template_name ⇒ ::String
Returns the value of attribute generated_template_name.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def generated_template_name @generated_template_name end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def last_updated_time @last_updated_time end |
#number_of_resources ⇒ ::Integer
Returns the value of attribute number_of_resources.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def number_of_resources @number_of_resources end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def status_reason @status_reason end |