Class: Aws::Types::CreateEnvironmentHostResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentHostResponse
- 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.
97 98 99 |
# File 'sig/types.rbs', line 97 def environment_summary @environment_summary end |
#host ⇒ Types::Host
Returns the value of attribute host.
98 99 100 |
# File 'sig/types.rbs', line 98 def host @host end |