Class: Aws::Types::SimulationMetadata

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)


214
215
216
# File 'sig/types.rbs', line 214

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


215
216
217
# File 'sig/types.rbs', line 215

def creation_time
  @creation_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def name
  @name
end

#status ⇒ "UNKNOWN", ...

Returns the value of attribute status.

Returns:

  • ("UNKNOWN", "STARTING", "STARTED", "STOPPING", "STOPPED", "FAILED", "DELETING", "DELETED", "SNAPSHOT_IN_PROGRESS")


217
218
219
# File 'sig/types.rbs', line 217

def status
  @status
end

#target_status ⇒ "UNKNOWN", ...

Returns the value of attribute target_status.

Returns:

  • ("UNKNOWN", "STARTED", "STOPPED", "DELETED")


218
219
220
# File 'sig/types.rbs', line 218

def target_status
  @target_status
end