Class: Aws::CloudWatchEvidently::Types::CreateFeatureResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#featureTypes::Feature

A structure that contains information about the new feature.

Returns:



307
308
309
310
311
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 307

class CreateFeatureResponse < Struct.new(
  :feature)
  SENSITIVE = []
  include Aws::Structure
end