Class: Aws::Types::UpdateExperimentTemplateTargetInput

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

Returns the value of attribute filters.



810
811
812
# File 'sig/types.rbs', line 810

def filters
  @filters
end

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

Returns the value of attribute parameters.

Returns:

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


812
813
814
# File 'sig/types.rbs', line 812

def parameters
  @parameters
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


808
809
810
# File 'sig/types.rbs', line 808

def resource_arns
  @resource_arns
end

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

Returns the value of attribute resource_tags.

Returns:

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


809
810
811
# File 'sig/types.rbs', line 809

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def resource_type
  @resource_type
end

#selection_mode::String

Returns the value of attribute selection_mode.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def selection_mode
  @selection_mode
end