Class: Aws::Connect::Types::PredefinedAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PredefinedAttribute
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about a predefined attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_region ⇒ String
Last modified region.
-
#last_modified_time ⇒ Time
Last modified time.
-
#name ⇒ String
The name of the predefined attribute.
-
#values ⇒ Types::PredefinedAttributeValues
The values of the predefined attribute.
Instance Attribute Details
#last_modified_region ⇒ String
Last modified region.
17377 17378 17379 17380 17381 17382 17383 17384 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17377 class PredefinedAttribute < Struct.new( :name, :values, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Last modified time.
17377 17378 17379 17380 17381 17382 17383 17384 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17377 class PredefinedAttribute < Struct.new( :name, :values, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the predefined attribute.
17377 17378 17379 17380 17381 17382 17383 17384 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17377 class PredefinedAttribute < Struct.new( :name, :values, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Types::PredefinedAttributeValues
The values of the predefined attribute.
17377 17378 17379 17380 17381 17382 17383 17384 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17377 class PredefinedAttribute < Struct.new( :name, :values, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |