Class: Aws::Types::GetApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_registry_arn ⇒ ::String
Returns the value of attribute app_registry_arn.
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#app_registry_arn ⇒ ::String
Returns the value of attribute app_registry_arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def app_registry_arn @app_registry_arn end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
184 185 186 |
# File 'sig/types.rbs', line 184 def application_arn @application_arn end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def application_id @application_id end |