Class: Aws::QBusiness::Types::DataAccessor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Provides summary information about a data accessor.

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the data accessor was created.

Returns:

  • (Time)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#data_accessor_arnString

The Amazon Resource Name (ARN) of the data accessor.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#data_accessor_idString

The unique identifier of the data accessor.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#display_nameString

The friendly name of the data accessor.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#idc_application_arnString

The Amazon Resource Name (ARN) of the associated AWS IAM Identity Center application.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#principalString

The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#updated_atTime

The timestamp when the data accessor was last updated.

Returns:

  • (Time)


2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/aws-sdk-qbusiness/types.rb', line 2392

class DataAccessor < Struct.new(
  :display_name,
  :data_accessor_id,
  :data_accessor_arn,
  :idc_application_arn,
  :principal,
  :created_at,
  :updated_at)
  SENSITIVE = [:display_name]
  include Aws::Structure
end