Class: Aws::Types::GetStateTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStateTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#state_template_properties ⇒ ::Array[::String]
Returns the value of attribute state_template_properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
641 642 643 |
# File 'sig/types.rbs', line 641 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
647 648 649 |
# File 'sig/types.rbs', line 647 def creation_time @creation_time end |
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
645 646 647 |
# File 'sig/types.rbs', line 645 def data_extra_dimensions @data_extra_dimensions end |
#description ⇒ ::String
Returns the value of attribute description.
642 643 644 |
# File 'sig/types.rbs', line 642 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
649 650 651 |
# File 'sig/types.rbs', line 649 def id @id end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
648 649 650 |
# File 'sig/types.rbs', line 648 def last_modification_time @last_modification_time end |
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
646 647 648 |
# File 'sig/types.rbs', line 646 def @metadata_extra_dimensions end |
#name ⇒ ::String
Returns the value of attribute name.
640 641 642 |
# File 'sig/types.rbs', line 640 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
643 644 645 |
# File 'sig/types.rbs', line 643 def signal_catalog_arn @signal_catalog_arn end |
#state_template_properties ⇒ ::Array[::String]
Returns the value of attribute state_template_properties.
644 645 646 |
# File 'sig/types.rbs', line 644 def state_template_properties @state_template_properties end |