Class: Aws::CloudWatchEvidently::Types::UpdateFeatureResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 updated feature.

Returns:



3367
3368
3369
3370
3371
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3367

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