Class: Aws::AppConfig::Types::AppliedExtension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::AppliedExtension
- Defined in:
- gems/aws-sdk-appconfig/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.
200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 200 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.
200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 200 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.
200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 200 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The extension version number.
200 201 202 203 204 205 206 207 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 200 class AppliedExtension < Struct.new( :extension_id, :extension_association_id, :version_number, :parameters) SENSITIVE = [] include Aws::Structure end |