Class: Aws::QuickSight::Types::DescribeDefaultQBusinessApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDefaultQBusinessApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#application_id ⇒ String
The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.
13474 13475 13476 13477 13478 13479 13480 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13474 class DescribeDefaultQBusinessApplicationResponse < Struct.new( :request_id, :status, :application_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13474 13475 13476 13477 13478 13479 13480 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13474 class DescribeDefaultQBusinessApplicationResponse < Struct.new( :request_id, :status, :application_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13474 13475 13476 13477 13478 13479 13480 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13474 class DescribeDefaultQBusinessApplicationResponse < Struct.new( :request_id, :status, :application_id) SENSITIVE = [] include Aws::Structure end |