Class: Aws::Types::StartSimulationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


261
262
263
# File 'sig/types.rbs', line 261

def creation_time
  @creation_time
end

#execution_id ⇒ ::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def execution_id
  @execution_id
end