Class: Aws::Types::DescribeAppResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAppResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app ⇒ Types::AppSummary
Returns the value of attribute app.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#app ⇒ Types::AppSummary
Returns the value of attribute app.
4585 4586 4587 |
# File 'sig/types.rbs', line 4585 def app @app end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4586 4587 4588 |
# File 'sig/types.rbs', line 4586 def request_id @request_id end |