Class: Aws::AppConfig::Types::ExtensionAssociationSummary

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

Overview

Information about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile. Call GetExtensionAssociation to get more information about an association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_arnString

The system-generated Amazon Resource Name (ARN) for the extension.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1407

class ExtensionAssociationSummary < Struct.new(
  :id,
  :extension_arn,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1407

class ExtensionAssociationSummary < Struct.new(
  :id,
  :extension_arn,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARNs of applications, configuration profiles, or environments defined in the association.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1407

class ExtensionAssociationSummary < Struct.new(
  :id,
  :extension_arn,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end