Class: Aws::AppConfig::Types::UpdateExtensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateExtensionRequest
- Defined in:
- gems/aws-sdk-appconfig/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.
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 |
#description ⇒ String
Information about the extension.
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_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
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 |
#parameters ⇒ Hash<String,Types::Parameter>
One or more parameters for the actions called by the extension.
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_number ⇒ Integer
The extension version number.
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 |