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.
13623 13624 13625 13626 13627 13628 13629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13623 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.
13623 13624 13625 13626 13627 13628 13629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13623 class DescribeDefaultQBusinessApplicationResponse < Struct.new( :request_id, :status, :application_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13623 13624 13625 13626 13627 13628 13629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13623 class DescribeDefaultQBusinessApplicationResponse < Struct.new( :request_id, :status, :application_id) SENSITIVE = [] include Aws::Structure end |