Class: Aws::Types::DeleteServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
251 252 253 |
# File 'sig/types.rbs', line 251 def arn @arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
253 254 255 |
# File 'sig/types.rbs', line 253 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
254 255 256 |
# File 'sig/types.rbs', line 254 def name @name end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
256 257 258 |
# File 'sig/types.rbs', line 256 def state @state end |