Class: Aws::Types::CreateUseCaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def instance_id
  @instance_id
end

#integration_association_id::String

Returns the value of attribute integration_association_id.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def integration_association_id
  @integration_association_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1824
1825
1826
# File 'sig/types.rbs', line 1824

def tags
  @tags
end

#use_case_type"RULES_EVALUATION", "CONNECT_CAMPAIGNS"

Returns the value of attribute use_case_type.

Returns:

  • ("RULES_EVALUATION", "CONNECT_CAMPAIGNS")


1823
1824
1825
# File 'sig/types.rbs', line 1823

def use_case_type
  @use_case_type
end