Class: Aws::Types::ExperimentTarget

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::ExperimentTargetFilter]

Returns the value of attribute filters.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def filters
  @filters
end

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

Returns the value of attribute parameters.

Returns:

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


300
301
302
# File 'sig/types.rbs', line 300

def parameters
  @parameters
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


296
297
298
# File 'sig/types.rbs', line 296

def resource_arns
  @resource_arns
end

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

Returns the value of attribute resource_tags.

Returns:

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


297
298
299
# File 'sig/types.rbs', line 297

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def resource_type
  @resource_type
end

#selection_mode::String

Returns the value of attribute selection_mode.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def selection_mode
  @selection_mode
end