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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/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)


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

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)


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

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>)


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

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)


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

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