Class: Aws::Types::CreateExperimentTemplateTargetInput

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.



105
106
107
# File 'sig/types.rbs', line 105

def filters
  @filters
end

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

Returns the value of attribute parameters.

Returns:

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


107
108
109
# File 'sig/types.rbs', line 107

def parameters
  @parameters
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


103
104
105
# File 'sig/types.rbs', line 103

def resource_arns
  @resource_arns
end

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

Returns the value of attribute resource_tags.

Returns:

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


104
105
106
# File 'sig/types.rbs', line 104

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def resource_type
  @resource_type
end

#selection_mode::String

Returns the value of attribute selection_mode.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def selection_mode
  @selection_mode
end