Class: Aws::CloudWatchEvidently::Types::GetFeatureResponse

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

#featureTypes::Feature

A structure containing the configuration details of the feature.

Returns:



1407
1408
1409
1410
1411
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1407

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