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.
4331 4332 4333 |
# File 'sig/types.rbs', line 4331 def feature_group_name @feature_group_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
4332 4333 4334 |
# File 'sig/types.rbs', line 4332 def feature_name @feature_name end |