Class: Aws::Types::UpdateExperimentTemplateTargetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentTemplateTargetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ExperimentTemplateTargetInputFilter]
Returns the value of attribute filters.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#selection_mode ⇒ ::String
Returns the value of attribute selection_mode.
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.
812 813 814 |
# File 'sig/types.rbs', line 812 def parameters @parameters end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
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.
809 810 811 |
# File 'sig/types.rbs', line 809 def @resource_tags end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
811 812 813 |
# File 'sig/types.rbs', line 811 def selection_mode @selection_mode end |