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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoHash<String,String>

Other information about the resource.

Returns:

  • (Hash<String,String>)


13639
13640
13641
13642
13643
13644
13645
# File 'lib/aws-sdk-iot/types.rb', line 13639

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

#resource_identifierTypes::ResourceIdentifier

Information that identifies the resource.



13639
13640
13641
13642
13643
13644
13645
# File 'lib/aws-sdk-iot/types.rb', line 13639

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

#resource_typeString

The type of resource.

Returns:

  • (String)


13639
13640
13641
13642
13643
13644
13645
# File 'lib/aws-sdk-iot/types.rb', line 13639

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