Class: Aws::ConfigService::Types::Relationship

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#relationship_nameString

The type of relationship with the related resource.

Returns:

  • (String)


7543
7544
7545
7546
7547
7548
7549
7550
# File 'lib/aws-sdk-configservice/types.rb', line 7543

class Relationship < Struct.new(
  :resource_type,
  :resource_id,
  :resource_name,
  :relationship_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the related resource (for example, ‘sg-xxxxxx`).

Returns:

  • (String)


7543
7544
7545
7546
7547
7548
7549
7550
# File 'lib/aws-sdk-configservice/types.rb', line 7543

class Relationship < Struct.new(
  :resource_type,
  :resource_id,
  :resource_name,
  :relationship_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The custom name of the related resource, if available.

Returns:

  • (String)


7543
7544
7545
7546
7547
7548
7549
7550
# File 'lib/aws-sdk-configservice/types.rb', line 7543

class Relationship < Struct.new(
  :resource_type,
  :resource_id,
  :resource_name,
  :relationship_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the related resource.

Returns:

  • (String)


7543
7544
7545
7546
7547
7548
7549
7550
# File 'lib/aws-sdk-configservice/types.rb', line 7543

class Relationship < Struct.new(
  :resource_type,
  :resource_id,
  :resource_name,
  :relationship_name)
  SENSITIVE = []
  include Aws::Structure
end