Class: Aws::Types::DescribeThingResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def version
  @version
end