Class: Aws::Types::DeleteServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
243 244 245 |
# File 'sig/types.rbs', line 243 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
244 245 246 |
# File 'sig/types.rbs', line 244 def environment_identifier @environment_identifier end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
245 246 247 |
# File 'sig/types.rbs', line 245 def service_identifier @service_identifier end |