Class: Aws::Types::DescribeFeatureMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeatureMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
Instance Attribute Details
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def feature_group_name @feature_group_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def feature_name @feature_name end |