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:



2729
2730
2731
2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2729

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

#descriptionString

Information about the extension.

Returns:

  • (String)


2729
2730
2731
2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2729

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)


2729
2730
2731
2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2729

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:



2729
2730
2731
2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2729

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

#version_numberInteger

The extension version number.

Returns:

  • (Integer)


2729
2730
2731
2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2729

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