Class: Aws::Types::DescribeAppOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def description
  @description
end

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def domain
  @domain
end

#endpoint_info ⇒ Types::SimulationAppEndpointInfo

Returns the value of attribute endpoint_info.



63
64
65
# File 'sig/types.rbs', line 63

def endpoint_info
  @endpoint_info
end

#launch_overrides ⇒ Types::LaunchOverrides

Returns the value of attribute launch_overrides.



64
65
66
# File 'sig/types.rbs', line 64

def launch_overrides
  @launch_overrides
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def name
  @name
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def simulation
  @simulation
end

#status ⇒ "STARTING", ...

Returns the value of attribute status.

Returns:

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


67
68
69
# File 'sig/types.rbs', line 67

def status
  @status
end

#target_status ⇒ "UNKNOWN", ...

Returns the value of attribute target_status.

Returns:

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


68
69
70
# File 'sig/types.rbs', line 68

def target_status
  @target_status
end