Class: Aws::AppConfig::Types::ExtensionSummary

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

Overview

Information about an extension. Call GetExtension to get more information about an extension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The system-generated Amazon Resource Name (ARN) for the extension.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1460

class ExtensionSummary < Struct.new(
  :id,
  :name,
  :version_number,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Information about the extension.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1460

class ExtensionSummary < Struct.new(
  :id,
  :name,
  :version_number,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The system-generated ID of the extension.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1460

class ExtensionSummary < Struct.new(
  :id,
  :name,
  :version_number,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The extension name.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1460

class ExtensionSummary < Struct.new(
  :id,
  :name,
  :version_number,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The extension version number.

Returns:

  • (Integer)


1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1460

class ExtensionSummary < Struct.new(
  :id,
  :name,
  :version_number,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end