Class: Aws::ConnectCases::Types::SlaFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

A filter for related items of type SLA.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of an SLA.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3024

class SlaFilter < Struct.new(
  :name,
  :status)
  SENSITIVE = [:name]
  include Aws::Structure
end

#statusString

Status of an SLA.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3024

class SlaFilter < Struct.new(
  :name,
  :status)
  SENSITIVE = [:name]
  include Aws::Structure
end