Class: Aws::Types::DescribeStateMachineOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStateMachineOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#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.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
-
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
-
#variable_references ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variable_references.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
295 296 297 |
# File 'sig/types.rbs', line 295 def creation_date @creation_date end |
#definition ⇒ ::String
Returns the value of attribute definition.
292 293 294 |
# File 'sig/types.rbs', line 292 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
300 301 302 |
# File 'sig/types.rbs', line 300 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
301 302 303 |
# File 'sig/types.rbs', line 301 def encryption_configuration @encryption_configuration end |
#label ⇒ ::String
Returns the value of attribute label.
298 299 300 |
# File 'sig/types.rbs', line 298 def label @label end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
296 297 298 |
# File 'sig/types.rbs', line 296 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
290 291 292 |
# File 'sig/types.rbs', line 290 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def revision_id @revision_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def role_arn @role_arn end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
289 290 291 |
# File 'sig/types.rbs', line 289 def state_machine_arn @state_machine_arn end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
291 292 293 |
# File 'sig/types.rbs', line 291 def status @status end |
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
297 298 299 |
# File 'sig/types.rbs', line 297 def tracing_configuration @tracing_configuration end |
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
294 295 296 |
# File 'sig/types.rbs', line 294 def type @type end |
#variable_references ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variable_references.
302 303 304 |
# File 'sig/types.rbs', line 302 def variable_references @variable_references end |