Class: Aws::Types::ReferenceItem
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ReferenceArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#reference_arn ⇒ ::String
Returns the value of attribute reference_arn.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def reference_arn @reference_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def unknown @unknown end |