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)


178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 178

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)


178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 178

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


178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 178

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)


178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 178

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