You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)

    The application ID.

#configuration_profile_idString

The configuration profile ID.

Returns:

  • (String)

    The configuration profile ID.

#content_typeString

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

Returns:

  • (String)

    A standard MIME type describing the format of the configuration content.

#descriptionString

A description of the configuration.

Returns:

  • (String)

    A description of the configuration.

#version_numberInteger

The configuration version.

Returns:

  • (Integer)

    The configuration version.