Class: Aws::AppConfig::Types::HostedConfigurationVersionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_profile_idString

The configuration profile ID.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the configuration.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelString

A user-defined label for an AppConfig hosted configuration version.

Returns:

  • (String)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The configuration version.

Returns:

  • (Integer)


1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1784

class HostedConfigurationVersionSummary < Struct.new(
  :application_id,
  :configuration_profile_id,
  :version_number,
  :description,
  :content_type,
  :version_label,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end