Class: Aws::AppConfig::Types::HostedConfigurationVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::HostedConfigurationVersionSummary
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Information about the configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#configuration_profile_id ⇒ String
The configuration profile ID.
-
#content_type ⇒ String
A standard MIME type describing the format of the configuration content.
-
#description ⇒ String
A description of the configuration.
-
#version_number ⇒ Integer
The configuration version.
Instance Attribute Details
#application_id ⇒ String
The application ID.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1711 class HostedConfigurationVersionSummary < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content_type) SENSITIVE = [] include Aws::Structure end |
#configuration_profile_id ⇒ String
The configuration profile ID.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1711 class HostedConfigurationVersionSummary < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content_type) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1711 class HostedConfigurationVersionSummary < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the configuration.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1711 class HostedConfigurationVersionSummary < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content_type) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The configuration version.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1711 class HostedConfigurationVersionSummary < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content_type) SENSITIVE = [] include Aws::Structure end |