Class: Aws::QBusiness::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business application.
-
#application_id ⇒ String
The identifier of the Amazon Q Business application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Business application.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1676 class CreateApplicationResponse < Struct.new( :application_id, :application_arn) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The identifier of the Amazon Q Business application.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1676 class CreateApplicationResponse < Struct.new( :application_id, :application_arn) SENSITIVE = [] include Aws::Structure end |