Class: Aws::AppConfig::Types::GetExtensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetExtensionRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
-
#version_number ⇒ Integer
The extension version number.
Instance Attribute Details
#extension_identifier ⇒ String
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1789 class GetExtensionRequest < Struct.new( :extension_identifier, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The extension version number. If no version number was defined, AppConfig uses the highest version.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1789 class GetExtensionRequest < Struct.new( :extension_identifier, :version_number) SENSITIVE = [] include Aws::Structure end |