Class: Aws::CloudWatchEvidently::Types::DeleteFeatureRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#featureString

The name of the feature to delete.

Returns:

  • (String)


576
577
578
579
580
581
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 576

class DeleteFeatureRequest < Struct.new(
  :feature,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project that contains the feature to delete.

Returns:

  • (String)


576
577
578
579
580
581
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 576

class DeleteFeatureRequest < Struct.new(
  :feature,
  :project)
  SENSITIVE = []
  include Aws::Structure
end