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)


6142
6143
6144
6145
6146
6147
6148
# File 'lib/aws-sdk-connect/types.rb', line 6142

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)


6142
6143
6144
6145
6146
6147
6148
# File 'lib/aws-sdk-connect/types.rb', line 6142

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.



6142
6143
6144
6145
6146
6147
6148
# File 'lib/aws-sdk-connect/types.rb', line 6142

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