Class: Aws::Types::UpdateDynamicThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDynamicThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_version ⇒ ::String
Returns the value of attribute query_version.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
-
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def expected_version @expected_version end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
5162 5163 5164 |
# File 'sig/types.rbs', line 5162 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
5163 5164 5165 |
# File 'sig/types.rbs', line 5163 def query_version @query_version end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
5158 5159 5160 |
# File 'sig/types.rbs', line 5158 def thing_group_name @thing_group_name end |
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
5159 5160 5161 |
# File 'sig/types.rbs', line 5159 def thing_group_properties @thing_group_properties end |