Class: Aws::IoT::Types::RelatedResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Information about a related resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,String>

Other information about the resource.

Returns:

  • (Hash<String,String>)


13064
13065
13066
13067
13068
13069
13070
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13064

class RelatedResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::ResourceIdentifier

Information that identifies the resource.



13064
13065
13066
13067
13068
13069
13070
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13064

class RelatedResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource.

Returns:

  • (String)


13064
13065
13066
13067
13068
13069
13070
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13064

class RelatedResource < Struct.new(
  :resource_type,
  :resource_identifier,
  :additional_info)
  SENSITIVE = []
  include Aws::Structure
end