Class: Aws::AppConfig::Types::UpdateExtensionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsHash<String,Array<Types::Action>>

The actions defined in the extension.

Returns:



2740
2741
2742
2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-appconfig/types.rb', line 2740

class UpdateExtensionRequest < Struct.new(
  :extension_identifier,
  :description,
  :actions,
  :parameters,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Information about the extension.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-appconfig/types.rb', line 2740

class UpdateExtensionRequest < Struct.new(
  :extension_identifier,
  :description,
  :actions,
  :parameters,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#extension_identifierString

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-appconfig/types.rb', line 2740

class UpdateExtensionRequest < Struct.new(
  :extension_identifier,
  :description,
  :actions,
  :parameters,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::Parameter>

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

Returns:



2740
2741
2742
2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-appconfig/types.rb', line 2740

class UpdateExtensionRequest < Struct.new(
  :extension_identifier,
  :description,
  :actions,
  :parameters,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The extension version number.

Returns:

  • (Integer)


2740
2741
2742
2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-appconfig/types.rb', line 2740

class UpdateExtensionRequest < Struct.new(
  :extension_identifier,
  :description,
  :actions,
  :parameters,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end