Class: Aws::Types::DescribeAppOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#endpoint_info ⇒ Types::SimulationAppEndpointInfo
Returns the value of attribute endpoint_info.
-
#launch_overrides ⇒ Types::LaunchOverrides
Returns the value of attribute launch_overrides.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
61 62 63 |
# File 'sig/types.rbs', line 61 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
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.
65 66 67 |
# File 'sig/types.rbs', line 65 def name @name end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
66 67 68 |
# File 'sig/types.rbs', line 66 def simulation @simulation end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
67 68 69 |
# File 'sig/types.rbs', line 67 def status @status end |
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
68 69 70 |
# File 'sig/types.rbs', line 68 def target_status @target_status end |