Class: Aws::Types::DescribeStateMachineOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:definition, :description, :variable_references])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


295
296
297
# File 'sig/types.rbs', line 295

def creation_date
  @creation_date
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def description
  @description
end

#encryption_configurationTypes::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.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def label
  @label
end

#logging_configurationTypes::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.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "DELETING")


291
292
293
# File 'sig/types.rbs', line 291

def status
  @status
end

#tracing_configurationTypes::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.

Returns:

  • ("STANDARD", "EXPRESS")


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


302
303
304
# File 'sig/types.rbs', line 302

def variable_references
  @variable_references
end