Class: Aws::CloudWatchEvidently::Types::CreateFeatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateFeatureResponse
- 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 new feature.
Instance Attribute Details
#feature ⇒ Types::Feature
A structure that contains information about the new feature.
307 308 309 310 311 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 307 class CreateFeatureResponse < Struct.new( :feature) SENSITIVE = [] include Aws::Structure end |