Class: Aws::AppConfig::Types::ExtensionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ExtensionSummary
- 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
-
#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.
-
#version_number ⇒ Integer
The extension version number.
Instance Attribute Details
#arn ⇒ String
The system-generated Amazon Resource Name (ARN) for the extension.
1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1588 class ExtensionSummary < Struct.new( :id, :name, :version_number, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Information about the extension.
1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1588 class ExtensionSummary < Struct.new( :id, :name, :version_number, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The system-generated ID of the extension.
1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1588 class ExtensionSummary < Struct.new( :id, :name, :version_number, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The extension name.
1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1588 class ExtensionSummary < Struct.new( :id, :name, :version_number, :arn, :description) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The extension version number.
1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1588 class ExtensionSummary < Struct.new( :id, :name, :version_number, :arn, :description) SENSITIVE = [] include Aws::Structure end |