Class: Aws::Types::ReferenceInput
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceInput
- 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.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def association_id @association_id end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def reference_id @reference_id end |
#reference_url ⇒ ::String
Returns the value of attribute reference_url.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def reference_url @reference_url end |
#system ⇒ ::String
Returns the value of attribute system.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def system @system end |
#title ⇒ ::String
Returns the value of attribute title.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def title @title end |