Class: Aws::AppConfig::Types::Extension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Extension
- 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.
-
#arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
-
#description ⇒ String
Information about the extension.
-
#id ⇒ String
The system-generated ID of the extension.
-
#name ⇒ String
The extension name.
-
#parameters ⇒ Hash<String,Types::Parameter>
The parameters accepted 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.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Information about the extension.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The system-generated ID of the extension.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The extension name.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,Types::Parameter>
The parameters accepted by the extension. You specify parameter
values when you associate the extension to an AppConfig resource by
using the CreateExtensionAssociation
API action. For Lambda
extension actions, these parameters are included in the Lambda
request object.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The extension version number.
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1260 class Extension < Struct.new( :id, :name, :version_number, :arn, :description, :actions, :parameters) SENSITIVE = [] include Aws::Structure end |