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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_info ⇒ Hash<String,String>
Other information about the resource.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Information that identifies the resource.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#additional_info ⇒ Hash<String,String>
Other information about 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_identifier ⇒ Types::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_type ⇒ String
The type of 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 |