Class: Aws::Types::GetServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceRequest
- 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.
382 383 384 |
# File 'sig/types.rbs', line 382 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
383 384 385 |
# File 'sig/types.rbs', line 383 def environment_identifier @environment_identifier end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
384 385 386 |
# File 'sig/types.rbs', line 384 def service_identifier @service_identifier end |