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.
7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-connect/types.rb', line 7952 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The summary’s ID.
7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-connect/types.rb', line 7952 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.
7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-connect/types.rb', line 7952 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.
7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-connect/types.rb', line 7952 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The summary’s name.
7952 7953 7954 7955 7956 7957 7958 7959 7960 |
# File 'lib/aws-sdk-connect/types.rb', line 7952 class DataTableSummary < Struct.new( :name, :id, :arn, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |