Class: Aws::Connect::Types::CreateDataTableResponse

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

#arnString

The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.

Returns:

  • (String)


5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-connect/types.rb', line 5453

class CreateDataTableResponse < Struct.new(
  :id,
  :arn,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the created data table. Does not include the version alias.

Returns:

  • (String)


5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-connect/types.rb', line 5453

class CreateDataTableResponse < Struct.new(
  :id,
  :arn,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end

#lock_versionTypes::DataTableLockVersion

The lock version information for the created data table, used for optimistic locking and table versioning.



5453
5454
5455
5456
5457
5458
5459
# File 'lib/aws-sdk-connect/types.rb', line 5453

class CreateDataTableResponse < Struct.new(
  :id,
  :arn,
  :lock_version)
  SENSITIVE = []
  include Aws::Structure
end