Class: Aws::Types::SimulationAppMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def domain
  @domain
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def simulation
  @simulation
end

#status ⇒ "STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "STARTED", "STOPPING", "STOPPED", "ERROR", "UNKNOWN")


196
197
198
# File 'sig/types.rbs', line 196

def status
  @status
end

#target_status ⇒ "UNKNOWN", ...

Returns the value of attribute target_status.

Returns:

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


197
198
199
# File 'sig/types.rbs', line 197

def target_status
  @target_status
end