Module: Aws::States::Client::_DescribeStateMachineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeStateMachineOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #definition ⇒ ::String
- #description ⇒ ::String
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #label ⇒ ::String
- #logging_configuration ⇒ Types::LoggingConfiguration
- #name ⇒ ::String
- #revision_id ⇒ ::String
- #role_arn ⇒ ::String
- #state_machine_arn ⇒ ::String
- #status ⇒ "ACTIVE", "DELETING"
- #tracing_configuration ⇒ Types::TracingConfiguration
- #type ⇒ "STANDARD", "EXPRESS"
- #variable_references ⇒ ::Hash[::String, ::Array[::String]]
Instance Method Details
#creation_date ⇒ ::Time
261 |
# File 'sig/client.rbs', line 261 def creation_date: () -> ::Time |
#definition ⇒ ::String
258 |
# File 'sig/client.rbs', line 258 def definition: () -> ::String |
#description ⇒ ::String
266 |
# File 'sig/client.rbs', line 266 def description: () -> ::String |
#encryption_configuration ⇒ Types::EncryptionConfiguration
267 |
# File 'sig/client.rbs', line 267 def encryption_configuration: () -> Types::EncryptionConfiguration |
#label ⇒ ::String
264 |
# File 'sig/client.rbs', line 264 def label: () -> ::String |
#logging_configuration ⇒ Types::LoggingConfiguration
262 |
# File 'sig/client.rbs', line 262 def logging_configuration: () -> Types::LoggingConfiguration |
#name ⇒ ::String
256 |
# File 'sig/client.rbs', line 256 def name: () -> ::String |
#revision_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265 def revision_id: () -> ::String |
#role_arn ⇒ ::String
259 |
# File 'sig/client.rbs', line 259 def role_arn: () -> ::String |
#state_machine_arn ⇒ ::String
255 |
# File 'sig/client.rbs', line 255 def state_machine_arn: () -> ::String |
#status ⇒ "ACTIVE", "DELETING"
257 |
# File 'sig/client.rbs', line 257 def status: () -> ("ACTIVE" | "DELETING") |
#tracing_configuration ⇒ Types::TracingConfiguration
263 |
# File 'sig/client.rbs', line 263 def tracing_configuration: () -> Types::TracingConfiguration |
#type ⇒ "STANDARD", "EXPRESS"
260 |
# File 'sig/client.rbs', line 260 def type: () -> ("STANDARD" | "EXPRESS") |
#variable_references ⇒ ::Hash[::String, ::Array[::String]]
268 |
# File 'sig/client.rbs', line 268 def variable_references: () -> ::Hash[::String, ::Array[::String]] |