Class: Aws::Types::StateTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::StateTemplateSummary
- 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.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def id @id end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def signal_catalog_arn @signal_catalog_arn end |