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

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

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

The actions defined in the extension.

Returns:



2580
2581
2582
2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2580

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

#descriptionString

Information about the extension.

Returns:

  • (String)


2580
2581
2582
2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2580

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)


2580
2581
2582
2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2580

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:



2580
2581
2582
2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2580

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

#version_numberInteger

The extension version number.

Returns:

  • (Integer)


2580
2581
2582
2583
2584
2585
2586
2587
2588
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2580

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