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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


7575
7576
7577
7578
7579
7580
7581
7582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7575

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)


7575
7576
7577
7578
7579
7580
7581
7582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7575

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)


7575
7576
7577
7578
7579
7580
7581
7582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7575

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)


7575
7576
7577
7578
7579
7580
7581
7582
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7575

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