Class: Aws::AppConfig::Types::AppliedExtension

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

Overview

An extension that was invoked during a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_association_idString

The system-generated ID for the association.

Returns:

  • (String)


202
203
204
205
206
207
208
209
# File 'lib/aws-sdk-appconfig/types.rb', line 202

class AppliedExtension < Struct.new(
  :extension_id,
  :extension_association_id,
  :version_number,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#extension_idString

The system-generated ID of the extension.

Returns:

  • (String)


202
203
204
205
206
207
208
209
# File 'lib/aws-sdk-appconfig/types.rb', line 202

class AppliedExtension < Struct.new(
  :extension_id,
  :extension_association_id,
  :version_number,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

One or more parameters for the actions called by the extension.

Returns:

  • (Hash<String,String>)


202
203
204
205
206
207
208
209
# File 'lib/aws-sdk-appconfig/types.rb', line 202

class AppliedExtension < Struct.new(
  :extension_id,
  :extension_association_id,
  :version_number,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The extension version number.

Returns:

  • (Integer)


202
203
204
205
206
207
208
209
# File 'lib/aws-sdk-appconfig/types.rb', line 202

class AppliedExtension < Struct.new(
  :extension_id,
  :extension_association_id,
  :version_number,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end