Class: Aws::AppConfig::Types::AppliedExtension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::AppliedExtension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
An extension that was invoked during a deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_association_id ⇒ String
The system-generated ID for the association.
-
#extension_id ⇒ String
The system-generated ID of the extension.
-
#parameters ⇒ Hash<String,String>
One or more parameters for the actions called by the extension.
-
#version_number ⇒ Integer
The extension version number.
Instance Attribute Details
#extension_association_id ⇒ String
The system-generated ID for the association.
202 203 204 205 206 207 208 209 |
# File 'lib/aws-sdk-appconfig/types.rb', line 202 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |
#extension_id ⇒ String
The system-generated ID of the extension.
202 203 204 205 206 207 208 209 |
# File 'lib/aws-sdk-appconfig/types.rb', line 202 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
One or more parameters for the actions called by the extension.
202 203 204 205 206 207 208 209 |
# File 'lib/aws-sdk-appconfig/types.rb', line 202 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The extension version number.
202 203 204 205 206 207 208 209 |
# File 'lib/aws-sdk-appconfig/types.rb', line 202 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |