Class: Aws::Connect::Types::DataTableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A data table summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The summary’s ARN.
-
#id ⇒ String
The summary’s ID.
-
#last_modified_region ⇒ String
The summary’s last modified region.
-
#last_modified_time ⇒ Time
The summary’s last modified time.
-
#name ⇒ String
The summary’s name.
Instance Attribute Details
#arn ⇒ String
The summary’s ARN.
8383 8384 8385 8386 8387 8388 8389 8390 8391 |
# File 'lib/aws-sdk-connect/types.rb', line 8383 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The summary’s ID.
8383 8384 8385 8386 8387 8388 8389 8390 8391 |
# File 'lib/aws-sdk-connect/types.rb', line 8383 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The summary’s last modified region.
8383 8384 8385 8386 8387 8388 8389 8390 8391 |
# File 'lib/aws-sdk-connect/types.rb', line 8383 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The summary’s last modified time.
8383 8384 8385 8386 8387 8388 8389 8390 8391 |
# File 'lib/aws-sdk-connect/types.rb', line 8383 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The summary’s name.
8383 8384 8385 8386 8387 8388 8389 8390 8391 |
# File 'lib/aws-sdk-connect/types.rb', line 8383 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |