Class: Aws::Types::CreateDynamicThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDynamicThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#index_name ⇒ ::String
Returns the value of attribute index_name.
888 889 890 |
# File 'sig/types.rbs', line 888 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
889 890 891 |
# File 'sig/types.rbs', line 889 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
890 891 892 |
# File 'sig/types.rbs', line 890 def query_version @query_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
891 892 893 |
# File 'sig/types.rbs', line 891 def @tags end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
886 887 888 |
# File 'sig/types.rbs', line 886 def thing_group_name @thing_group_name end |
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
887 888 889 |
# File 'sig/types.rbs', line 887 def thing_group_properties @thing_group_properties end |