Class: Aws::Types::DeleteEnvironmentHostRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentHostRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
154 155 156 |
# File 'sig/types.rbs', line 154 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def environment_id @environment_id end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def host_name @host_name end |