Class: Aws::QBusiness::Types::CreateDataAccessorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateDataAccessorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name]
Instance Attribute Summary collapse
-
#action_configurations ⇒ Array<Types::ActionConfiguration>
A list of action configurations specifying the allowed actions and any associated filters.
-
#application_id ⇒ String
The unique identifier of the Q Business application.
-
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure idempotency of the request.
-
#display_name ⇒ String
A friendly name for the data accessor.
-
#principal ⇒ String
The Amazon Resource Name (ARN) of the IAM role for the ISV that will be accessing the data.
-
#tags ⇒ Array<Types::Tag>
The tags to associate with the data accessor.
Instance Attribute Details
#action_configurations ⇒ Array<Types::ActionConfiguration>
A list of action configurations specifying the allowed actions and any associated filters.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |
#application_id ⇒ String
The unique identifier of the Q Business application.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |
#display_name ⇒ String
A friendly name for the data accessor.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |
#principal ⇒ String
The Amazon Resource Name (ARN) of the IAM role for the ISV that will be accessing the data.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to associate with the data accessor.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1715 class CreateDataAccessorRequest < Struct.new( :application_id, :principal, :action_configurations, :client_token, :display_name, :tags) SENSITIVE = [:display_name] include Aws::Structure end |