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.
8112 8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The summary’s ID.
8112 8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 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.
8112 8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 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.
8112 8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The summary’s name.
8112 8113 8114 8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-connect/types.rb', line 8112 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |