Class: Aws::QBusiness::Types::CreateDataAccessorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateDataAccessorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_accessor_arn ⇒ String
The Amazon Resource Name (ARN) of the created data accessor.
-
#data_accessor_id ⇒ String
The unique identifier of the created data accessor.
-
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS IAM Identity Center application created for this data accessor.
Instance Attribute Details
#data_accessor_arn ⇒ String
The Amazon Resource Name (ARN) of the created data accessor.
1741 1742 1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1741 class CreateDataAccessorResponse < Struct.new( :data_accessor_id, :idc_application_arn, :data_accessor_arn) SENSITIVE = [] include Aws::Structure end |
#data_accessor_id ⇒ String
The unique identifier of the created data accessor.
1741 1742 1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1741 class CreateDataAccessorResponse < Struct.new( :data_accessor_id, :idc_application_arn, :data_accessor_arn) SENSITIVE = [] include Aws::Structure end |
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS IAM Identity Center application created for this data accessor.
1741 1742 1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 1741 class CreateDataAccessorResponse < Struct.new( :data_accessor_id, :idc_application_arn, :data_accessor_arn) SENSITIVE = [] include Aws::Structure end |