Class: Aws::Types::ResourceProfileArtifact
- Inherits:
-
Object
- Object
- Aws::Types::ResourceProfileArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#classification_result_status ⇒ ::String
Returns the value of attribute classification_result_status.
-
#sensitive ⇒ Boolean
Returns the value of attribute sensitive.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def arn @arn end |
#classification_result_status ⇒ ::String
Returns the value of attribute classification_result_status.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def classification_result_status @classification_result_status end |
#sensitive ⇒ Boolean
Returns the value of attribute sensitive.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def sensitive @sensitive end |