Class: Aws::AppConfig::Types::GetExtensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetExtensionRequest
- Includes:
- Structure
- Defined in:
- 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.
1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1792 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.
1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1792 class GetExtensionRequest < Struct.new( :extension_identifier, :version_number) SENSITIVE = [] include Aws::Structure end |