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

Class: Aws::ConfigService::Types::ConformancePackInputParameter

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

Overview

Note:

When passing ConformancePackInputParameter as input to an Aws::Client method, you can use a vanilla Hash:

{
  parameter_name: "ParameterName", # required
  parameter_value: "ParameterValue", # required
}

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_nameString

One part of a key-value pair.

Returns:

  • (String)

    One part of a key-value pair.

#parameter_valueString

Another part of the key-value pair.

Returns:

  • (String)

    Another part of the key-value pair.