Class: Aws::Connect::Types::CreateDataTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateDataTableResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the created data table.
-
#id ⇒ String
The unique identifier for the created data table.
-
#lock_version ⇒ Types::DataTableLockVersion
The lock version information for the created data table, used for optimistic locking and table versioning.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.
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 |
#id ⇒ String
The unique identifier for the created data table. Does not include the version alias.
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_version ⇒ Types::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 |