Class: Aws::Types::DescribeStateMachineAliasOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def name
  @name
end

#routing_configuration::Array[Types::RoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



254
255
256
# File 'sig/types.rbs', line 254

def routing_configuration
  @routing_configuration
end

#state_machine_alias_arn::String

Returns the value of attribute state_machine_alias_arn.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def state_machine_alias_arn
  @state_machine_alias_arn
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


256
257
258
# File 'sig/types.rbs', line 256

def update_date
  @update_date
end