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.
Constant Summary collapse
- SENSITIVE =
 []
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.
      7603 7604 7605 7606 7607 7608 7609 7610  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7603 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the related resource (for example, ‘sg-xxxxxx`).
      7603 7604 7605 7606 7607 7608 7609 7610  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7603 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_name ⇒ String
The custom name of the related resource, if available.
      7603 7604 7605 7606 7607 7608 7609 7610  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7603 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type of the related resource.
      7603 7604 7605 7606 7607 7608 7609 7610  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7603 class Relationship < Struct.new( :resource_type, :resource_id, :resource_name, :relationship_name) SENSITIVE = [] include Aws::Structure end  |