Class: Aws::Connect::Types::DescribeDataTableRequest

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

#data_table_idString

The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.

Returns:

  • (String)


9446
9447
9448
9449
9450
9451
# File 'lib/aws-sdk-connect/types.rb', line 9446

class DescribeDataTableRequest < Struct.new(
  :instance_id,
  :data_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The unique identifier for the Amazon Connect instance.

Returns:

  • (String)


9446
9447
9448
9449
9450
9451
# File 'lib/aws-sdk-connect/types.rb', line 9446

class DescribeDataTableRequest < Struct.new(
  :instance_id,
  :data_table_id)
  SENSITIVE = []
  include Aws::Structure
end