Class: Aws::AppConfig::Types::GetExtensionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_identifierString

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1662

class GetExtensionRequest < Struct.new(
  :extension_identifier,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The extension version number. If no version number was defined, AppConfig uses the highest version.

Returns:

  • (Integer)


1662
1663
1664
1665
1666
1667
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1662

class GetExtensionRequest < Struct.new(
  :extension_identifier,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end