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

Class: Aws::APIGateway::Types::SdkConfigurationProperty

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

Overview

A configuration property of an SDK type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value of an SdkType configuration property.

Returns:

  • (String)

    The default value of an SdkType configuration property.

#descriptionString

The description of an SdkType configuration property.

Returns:

  • (String)

    The description of an SdkType configuration property.

#friendly_nameString

The user-friendly name of an SdkType configuration property.

Returns:

  • (String)

    The user-friendly name of an SdkType configuration property.

#nameString

The name of a an SdkType configuration property.

Returns:

  • (String)

    The name of a an SdkType configuration property.

#requiredBoolean

A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).

Returns:

  • (Boolean)

    A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).