Class: Aws::Types::UseCase

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#use_case_arn::String

Returns the value of attribute use_case_arn.

Returns:

  • (::String)


9196
9197
9198
# File 'sig/types.rbs', line 9196

def use_case_arn
  @use_case_arn
end

#use_case_id::String

Returns the value of attribute use_case_id.

Returns:

  • (::String)


9195
9196
9197
# File 'sig/types.rbs', line 9195

def use_case_id
  @use_case_id
end

#use_case_type"RULES_EVALUATION", "CONNECT_CAMPAIGNS"

Returns the value of attribute use_case_type.

Returns:

  • ("RULES_EVALUATION", "CONNECT_CAMPAIGNS")


9197
9198
9199
# File 'sig/types.rbs', line 9197

def use_case_type
  @use_case_type
end