Class: Aws::Types::CreateExperimentTemplateTargetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentTemplateTargetInput
- 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.
105 106 107 |
# File 'sig/types.rbs', line 105 def filters @filters end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
107 108 109 |
# File 'sig/types.rbs', line 107 def parameters @parameters end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def @resource_tags end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
106 107 108 |
# File 'sig/types.rbs', line 106 def selection_mode @selection_mode end |