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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1537
1538
1539
1540
1541
1542
1543
# File 'lib/aws-sdk-appconfig/types.rb', line 1537

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)


1537
1538
1539
1540
1541
1542
1543
# File 'lib/aws-sdk-appconfig/types.rb', line 1537

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)


1537
1538
1539
1540
1541
1542
1543
# File 'lib/aws-sdk-appconfig/types.rb', line 1537

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