Class: Aws::ConfigService::Types::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::Relationship
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The relationship of the related resource to the main resource.
Instance Attribute Summary collapse
-
#relationship_name ⇒ String
The type of relationship with the related resource.
-
#resource_id ⇒ String
The ID of the related resource (for example, ‘sg-xxxxxx`).
-
#resource_name ⇒ String
The custom name of the related resource, if available.
-
#resource_type ⇒ String
The resource type of the related resource.
Instance Attribute Details
#relationship_name ⇒ String
The type of relationship with the related resource.
2187 2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) include Aws::Structure end |
#resource_id ⇒ String
The ID of the related resource (for example, ‘sg-xxxxxx`).
2187 2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) include Aws::Structure end |
#resource_name ⇒ String
The custom name of the related resource, if available.
2187 2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) include Aws::Structure end |
#resource_type ⇒ String
The resource type of the related resource.
2187 2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) include Aws::Structure end |