Class: Aws::Types::CreateDynamicThingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDynamicThingGroupResponse
- 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.
-
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
899 900 901 |
# File 'sig/types.rbs', line 899 def index_name @index_name end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
900 901 902 |
# File 'sig/types.rbs', line 900 def query_string @query_string end |
#query_version ⇒ ::String
Returns the value of attribute query_version.
901 902 903 |
# File 'sig/types.rbs', line 901 def query_version @query_version end |
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
897 898 899 |
# File 'sig/types.rbs', line 897 def thing_group_arn @thing_group_arn end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
898 899 900 |
# File 'sig/types.rbs', line 898 def thing_group_id @thing_group_id end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
896 897 898 |
# File 'sig/types.rbs', line 896 def thing_group_name @thing_group_name end |