Class: Aws::CloudWatchEvidently::Types::GetFeatureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetFeatureRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature ⇒ String
The name of the feature that you want to retrieve information for.
-
#project ⇒ String
The name or ARN of the project that contains the feature.
Instance Attribute Details
#feature ⇒ String
The name of the feature that you want to retrieve information for.
1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1394 class GetFeatureRequest < Struct.new( :feature, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the feature.
1394 1395 1396 1397 1398 1399 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1394 class GetFeatureRequest < Struct.new( :feature, :project) SENSITIVE = [] include Aws::Structure end |