Class: Aws::Types::GetApplicationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
Returns the value of attribute application.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application ⇒ Types::Application
Returns the value of attribute application.
190 191 192 |
# File 'sig/types.rbs', line 190 def application @application end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def @tags end |