Class: Aws::Types::DescribeFeatureMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeatureMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#parameters ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4324 4325 4326 |
# File 'sig/types.rbs', line 4324 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4326 4327 4328 |
# File 'sig/types.rbs', line 4326 def description @description end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
4321 4322 4323 |
# File 'sig/types.rbs', line 4321 def feature_group_name @feature_group_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
4322 4323 4324 |
# File 'sig/types.rbs', line 4322 def feature_name @feature_name end |
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
4323 4324 4325 |
# File 'sig/types.rbs', line 4323 def feature_type @feature_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4325 4326 4327 |
# File 'sig/types.rbs', line 4325 def last_modified_time @last_modified_time end |
#parameters ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameters.
4327 4328 4329 |
# File 'sig/types.rbs', line 4327 def parameters @parameters end |