Class: Aws::AppRegistry::Types::Integrations
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::Integrations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The information about the service integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_tag_resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
-
#resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
Instance Attribute Details
#application_tag_resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-appregistry/types.rb', line 850 class Integrations < Struct.new( :resource_group, :application_tag_resource_group) SENSITIVE = [] include Aws::Structure end |
#resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-appregistry/types.rb', line 850 class Integrations < Struct.new( :resource_group, :application_tag_resource_group) SENSITIVE = [] include Aws::Structure end |