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

Class: Aws::AppConfig::Types::ConfigurationProfileSummary

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

Overview

A summary of a configuration profile.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)

    The application ID.

#idString

The ID of the configuration profile.

Returns:

  • (String)

    The ID of the configuration profile.

#location_uriString

The URI location of the configuration.

Returns:

  • (String)

    The URI location of the configuration.

#nameString

The name of the configuration profile.

Returns:

  • (String)

    The name of the configuration profile.

#validator_typesArray<String>

The types of validators in the configuration profile.

Returns:

  • (Array<String>)

    The types of validators in the configuration profile.