Class: Aws::Connect::Types::RoutingProfileSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the routing profile.

Returns:

  • (String)


27097
27098
27099
27100
27101
27102
27103
27104
27105
# File 'lib/aws-sdk-connect/types.rb', line 27097

class RoutingProfileSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the routing profile.

Returns:

  • (String)


27097
27098
27099
27100
27101
27102
27103
27104
27105
# File 'lib/aws-sdk-connect/types.rb', line 27097

class RoutingProfileSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


27097
27098
27099
27100
27101
27102
27103
27104
27105
# File 'lib/aws-sdk-connect/types.rb', line 27097

class RoutingProfileSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


27097
27098
27099
27100
27101
27102
27103
27104
27105
# File 'lib/aws-sdk-connect/types.rb', line 27097

class RoutingProfileSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the routing profile.

Returns:

  • (String)


27097
27098
27099
27100
27101
27102
27103
27104
27105
# File 'lib/aws-sdk-connect/types.rb', line 27097

class RoutingProfileSummary < Struct.new(
  :id,
  :arn,
  :name,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end