Class: Aws::Types::DescribeFeatureGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeatureGroupRequest
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
4286 4287 4288 |
# File 'sig/types.rbs', line 4286 def feature_group_name @feature_group_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4287 4288 4289 |
# File 'sig/types.rbs', line 4287 def next_token @next_token end |