Class: Aws::CloudWatchEvidently::Types::GetFeatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetFeatureResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature ⇒ Types::Feature
A structure containing the configuration details of the feature.
Instance Attribute Details
#feature ⇒ Types::Feature
A structure containing the configuration details of the feature.
1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1407 class GetFeatureResponse < Struct.new( :feature) SENSITIVE = [] include Aws::Structure end |