Class: Aws::CloudWatchEvidently::Types::UpdateFeatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateFeatureResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature ⇒ Types::Feature
A structure that contains information about the updated feature.
Instance Attribute Details
#feature ⇒ Types::Feature
A structure that contains information about the updated feature.
3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3367 class UpdateFeatureResponse < Struct.new( :feature) SENSITIVE = [] include Aws::Structure end |