Class: Aws::Connect::Types::RoutingProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingProfileSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a routing profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
-
#id ⇒ String
The identifier of the routing profile.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#name ⇒ String
The name of the routing profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
17245 17246 17247 17248 17249 17250 17251 17252 17253 |
# File 'lib/aws-sdk-connect/types.rb', line 17245 class RoutingProfileSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the routing profile.
17245 17246 17247 17248 17249 17250 17251 17252 17253 |
# File 'lib/aws-sdk-connect/types.rb', line 17245 class RoutingProfileSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
17245 17246 17247 17248 17249 17250 17251 17252 17253 |
# File 'lib/aws-sdk-connect/types.rb', line 17245 class RoutingProfileSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
17245 17246 17247 17248 17249 17250 17251 17252 17253 |
# File 'lib/aws-sdk-connect/types.rb', line 17245 class RoutingProfileSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the routing profile.
17245 17246 17247 17248 17249 17250 17251 17252 17253 |
# File 'lib/aws-sdk-connect/types.rb', line 17245 class RoutingProfileSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |