Class: Aws::Connect::Types::DataTableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableSummary
- Defined in:
- gems/aws-sdk-connect/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.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7928 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The summary's ID.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7928 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.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7928 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.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7928 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The summary's name.
7928 7929 7930 7931 7932 7933 7934 7935 7936 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7928 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |