Class: Aws::Types::PutMetadataFlagRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMetadataFlagRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#body ⇒ Types::PutMetadataFlagBody
Returns the value of attribute body.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
755 756 757 |
# File 'sig/types.rbs', line 755 def app_id @app_id end |
#body ⇒ Types::PutMetadataFlagBody
Returns the value of attribute body.
758 759 760 |
# File 'sig/types.rbs', line 758 def body @body end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
756 757 758 |
# File 'sig/types.rbs', line 756 def environment_name @environment_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
757 758 759 |
# File 'sig/types.rbs', line 757 def feature_name @feature_name end |