Class: Aws::AppConfig::Types::UpdateExtensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateExtensionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Hash<String,Array<Types::Action>>
The actions defined in the extension.
-
#description ⇒ String
Information about the extension.
-
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
-
#parameters ⇒ Hash<String,Types::Parameter>
One or more parameters for the actions called by the extension.
-
#version_number ⇒ Integer
The extension version number.
Instance Attribute Details
#actions ⇒ Hash<String,Array<Types::Action>>
The actions defined in the extension.
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 |
#description ⇒ String
Information about the extension.
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_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
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 |
#parameters ⇒ Hash<String,Types::Parameter>
One or more parameters for the actions called by the extension.
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_number ⇒ Integer
The extension version number.
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 |