Class: Aws::Types::ExperimentTemplateTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::ExperimentTemplateTargetFilter]

Returns the value of attribute filters.



439
440
441
# File 'sig/types.rbs', line 439

def filters
  @filters
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


441
442
443
# File 'sig/types.rbs', line 441

def parameters
  @parameters
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


437
438
439
# File 'sig/types.rbs', line 437

def resource_arns
  @resource_arns
end

#resource_tags::Hash[::String, ::String]

Returns the value of attribute resource_tags.

Returns:

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


438
439
440
# File 'sig/types.rbs', line 438

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def resource_type
  @resource_type
end

#selection_mode::String

Returns the value of attribute selection_mode.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def selection_mode
  @selection_mode
end