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.
4303 4304 4305 |
# File 'sig/types.rbs', line 4303 def feature_group_name @feature_group_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4304 4305 4306 |
# File 'sig/types.rbs', line 4304 def next_token @next_token end |