Class: Aws::QuickSight::Types::DescribeAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ Types::AppSummary
The information about the app.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#app ⇒ Types::AppSummary
The information about the app.
18550 18551 18552 18553 18554 18555 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18550 class DescribeAppResponse < Struct.new( :app, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18550 18551 18552 18553 18554 18555 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18550 class DescribeAppResponse < Struct.new( :app, :request_id) SENSITIVE = [] include Aws::Structure end |