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)


3395
3396
3397
3398
3399
3400
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3395

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

#statusString

Status of an SLA.

Returns:

  • (String)


3395
3396
3397
3398
3399
3400
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3395

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