Class: Aws::IoT::Types::RelatedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RelatedResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about a related resource.
Instance Attribute Summary collapse
-
#additional_info ⇒ Hash<String,String>
Additional information about the resource.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Information identifying the resource.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#additional_info ⇒ Hash<String,String>
Additional information about the resource.
8518 8519 8520 8521 8522 8523 |
# File 'lib/aws-sdk-iot/types.rb', line 8518 class < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |
#resource_identifier ⇒ Types::ResourceIdentifier
Information identifying the resource.
8518 8519 8520 8521 8522 8523 |
# File 'lib/aws-sdk-iot/types.rb', line 8518 class < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
8518 8519 8520 8521 8522 8523 |
# File 'lib/aws-sdk-iot/types.rb', line 8518 class < Struct.new( :resource_type, :resource_identifier, :additional_info) include Aws::Structure end |