Class: Aws::Types::ReferenceOutput
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#reference_url ⇒ ::String
Returns the value of attribute reference_url.
-
#system ⇒ ::String
Returns the value of attribute system.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def association_id @association_id end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def reference_id @reference_id end |
#reference_url ⇒ ::String
Returns the value of attribute reference_url.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def reference_url @reference_url end |
#system ⇒ ::String
Returns the value of attribute system.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def system @system end |
#title ⇒ ::String
Returns the value of attribute title.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def title @title end |