Class: Aws::Types::DeleteEnvironmentHostResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentHostResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_summary ⇒ Types::EnvironmentSummary
Returns the value of attribute environment_summary.
-
#host ⇒ Types::Host
Returns the value of attribute host.
Instance Attribute Details
#environment_summary ⇒ Types::EnvironmentSummary
Returns the value of attribute environment_summary.
161 162 163 |
# File 'sig/types.rbs', line 161 def environment_summary @environment_summary end |
#host ⇒ Types::Host
Returns the value of attribute host.
162 163 164 |
# File 'sig/types.rbs', line 162 def host @host end |