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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5441

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)


5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5441

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.



5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5441

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