Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#compliance_check ⇒ ::String
Returns the value of attribute compliance_check.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def arn @arn end |
#compliance_check ⇒ ::String
Returns the value of attribute compliance_check.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def compliance_check @compliance_check end |
#value ⇒ ::String
Returns the value of attribute value.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def value @value end |