Class: Aws::AppRegistry::Types::ResourceIntegrations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_groupTypes::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