Class: Aws::AppRegistry::Types::Integrations
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::Integrations
- 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
-
#resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
Instance Attribute Details
#resource_group ⇒ Types::ResourceGroup
The information about the resource group integration.
794 795 796 797 798 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 794 class Integrations < Struct.new( :resource_group) SENSITIVE = [] include Aws::Structure end |