Class: Aws::AppConfig::Types::ExtensionAssociation

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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

#extension_arnString

The ARN of the extension defined in the association.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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

#extension_version_numberInteger

The version number for the extension defined in the association.

Returns:

  • (Integer)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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

#idString

The system-generated ID for the association.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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

#parametersHash<String,String>

The parameter names and values defined in the association.

Returns:

  • (Hash<String,String>)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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

#resource_arnString

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

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1374

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