Class: Aws::CloudWatchEvidently::Types::DeleteFeatureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::DeleteFeatureRequest
- 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 to delete.
-
#project ⇒ String
The name or ARN of the project that contains the feature to delete.
Instance Attribute Details
#feature ⇒ String
The name of the feature to delete.
576 577 578 579 580 581 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 576 class DeleteFeatureRequest < Struct.new( :feature, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that contains the feature to delete.
576 577 578 579 580 581 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 576 class DeleteFeatureRequest < Struct.new( :feature, :project) SENSITIVE = [] include Aws::Structure end |