Class: Aws::AppRegistry::Types::Integrations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

The information about the service integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_tag_resource_groupTypes::ResourceGroup

The information about the resource group integration.



850
851
852
853
854
855
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 850

class Integrations < Struct.new(
  :resource_group,
  :application_tag_resource_group)
  SENSITIVE = []
  include Aws::Structure
end

#resource_groupTypes::ResourceGroup

The information about the resource group integration.



850
851
852
853
854
855
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 850

class Integrations < Struct.new(
  :resource_group,
  :application_tag_resource_group)
  SENSITIVE = []
  include Aws::Structure
end