Method: Aws::APIGateway::Types::SdkConfigurationProperty#name

Defined in:
lib/aws-sdk-apigateway/types.rb

#nameString

The name of a an SdkType configuration property.

Returns:

  • (String)


6558
6559
6560
6561
6562
6563
6564
6565
6566
# File 'lib/aws-sdk-apigateway/types.rb', line 6558

class SdkConfigurationProperty < Struct.new(
  :name,
  :friendly_name,
  :description,
  :required,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end