Method: Aws::APIGateway::Types::SdkConfigurationProperty#description
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#description ⇒ String
The description of an SdkType configuration property.
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 |