Class: Aws::Types::UpdateResourceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#sensitivity_score_override ⇒ ::Integer
Returns the value of attribute sensitivity_score_override.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def resource_arn @resource_arn end |
#sensitivity_score_override ⇒ ::Integer
Returns the value of attribute sensitivity_score_override.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def sensitivity_score_override @sensitivity_score_override end |