Class: Aws::AppRegistry::Types::ResourceIntegrations
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ResourceIntegrations
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
The service integration information about the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_group ⇒ Types::ResourceGroup
The information about the integration of Resource Groups.
Instance Attribute Details
#resource_group ⇒ Types::ResourceGroup
The information about the integration of Resource Groups.
1236 1237 1238 1239 1240 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1236 class ResourceIntegrations < Struct.new( :resource_group) SENSITIVE = [] include Aws::Structure end |