Class: Aws::Types::DescribeThingResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
-
#default_client_id ⇒ ::String
Returns the value of attribute default_client_id.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def attributes @attributes end |
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def billing_group_name @billing_group_name end |
#default_client_id ⇒ ::String
Returns the value of attribute default_client_id.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def default_client_id @default_client_id end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def thing_arn @thing_arn end |
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def thing_id @thing_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def thing_name @thing_name end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def thing_type_name @thing_type_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def version @version end |