Class: Aws::Connect::Types::ListDataTableAttributesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_idsArray<String>

Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.

Returns:

  • (Array<String>)


19574
19575
19576
19577
19578
19579
19580
19581
19582
# File 'lib/aws-sdk-connect/types.rb', line 19574

class ListDataTableAttributesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :attribute_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#data_table_idString

The unique identifier for the data table whose attributes should be listed.

Returns:

  • (String)


19574
19575
19576
19577
19578
19579
19580
19581
19582
# File 'lib/aws-sdk-connect/types.rb', line 19574

class ListDataTableAttributesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :attribute_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.

Returns:

  • (String)


19574
19575
19576
19577
19578
19579
19580
19581
19582
# File 'lib/aws-sdk-connect/types.rb', line 19574

class ListDataTableAttributesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :attribute_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of data table attributes to return in one page of results.

Returns:

  • (Integer)


19574
19575
19576
19577
19578
19579
19580
19581
19582
# File 'lib/aws-sdk-connect/types.rb', line 19574

class ListDataTableAttributesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :attribute_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


19574
19575
19576
19577
19578
19579
19580
19581
19582
# File 'lib/aws-sdk-connect/types.rb', line 19574

class ListDataTableAttributesRequest < Struct.new(
  :instance_id,
  :data_table_id,
  :attribute_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end