Class: Aws::Types::DataArtifact
- Inherits:
-
Object
- Object
- Aws::Types::DataArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_classification ⇒ ::String
Returns the value of attribute data_classification.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#data_classification ⇒ ::String
Returns the value of attribute data_classification.
124 125 126 |
# File 'sig/types.rbs', line 124 def data_classification @data_classification end |
#description ⇒ ::String
Returns the value of attribute description.
121 122 123 |
# File 'sig/types.rbs', line 121 def description @description end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
123 124 125 |
# File 'sig/types.rbs', line 123 def resource_type @resource_type end |