Class: Aws::Types::DescribeStateMachineForExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStateMachineForExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
-
#variable_references ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variable_references.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
269 270 271 |
# File 'sig/types.rbs', line 269 def definition @definition end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
277 278 279 |
# File 'sig/types.rbs', line 277 def encryption_configuration @encryption_configuration end |
#label ⇒ ::String
Returns the value of attribute label.
275 276 277 |
# File 'sig/types.rbs', line 275 def label @label end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
272 273 274 |
# File 'sig/types.rbs', line 272 def logging_configuration @logging_configuration end |
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
274 275 276 |
# File 'sig/types.rbs', line 274 def map_run_arn @map_run_arn end |
#name ⇒ ::String
Returns the value of attribute name.
268 269 270 |
# File 'sig/types.rbs', line 268 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def revision_id @revision_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def role_arn @role_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def state_machine_arn @state_machine_arn end |
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
273 274 275 |
# File 'sig/types.rbs', line 273 def tracing_configuration @tracing_configuration end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
271 272 273 |
# File 'sig/types.rbs', line 271 def update_date @update_date end |
#variable_references ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variable_references.
278 279 280 |
# File 'sig/types.rbs', line 278 def variable_references @variable_references end |