Class: Aws::Types::GetApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationRequest
- 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.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
298 299 300 |
# File 'sig/types.rbs', line 298 def application_identifier @application_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
299 300 301 |
# File 'sig/types.rbs', line 299 def environment_identifier @environment_identifier end |