Class: Aws::AppConfig::Types::HostedConfigurationVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::HostedConfigurationVersion
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:content]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#configuration_profile_id ⇒ String
The configuration profile ID.
-
#content ⇒ String
The content of the configuration or the configuration data.
-
#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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |
#configuration_profile_id ⇒ String
The configuration profile ID.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |
#content ⇒ String
The content of the configuration or the configuration data.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |
#content_type ⇒ String
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |
#description ⇒ String
A description of the configuration.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |
#version_number ⇒ Integer
The configuration version.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1640 class HostedConfigurationVersion < Struct.new( :application_id, :configuration_profile_id, :version_number, :description, :content, :content_type) SENSITIVE = [:content] include Aws::Structure end |