Class: Aws::CloudWatchEvidently::Types::GetFeatureRequest

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 that you want to retrieve information for.

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1394

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

#projectString

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

Returns:

  • (String)


1394
1395
1396
1397
1398
1399
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1394

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