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

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

Overview

Information about a related resource.

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,String>

Additional information about the resource.

Returns:

  • (Hash<String,String>)


8518
8519
8520
8521
8522
8523
# File 'lib/aws-sdk-iot/types.rb', line 8518

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

#resource_identifierTypes::ResourceIdentifier

Information identifying the resource.



8518
8519
8520
8521
8522
8523
# File 'lib/aws-sdk-iot/types.rb', line 8518

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

#resource_typeString

The type of resource.

Returns:

  • (String)


8518
8519
8520
8521
8522
8523
# File 'lib/aws-sdk-iot/types.rb', line 8518

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