Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_reference ⇒ ::String
Returns the value of attribute source_reference.
Instance Attribute Details
#destination_reference ⇒ ::String
Returns the value of attribute destination_reference.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def destination_reference @destination_reference end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def repository_name @repository_name end |
#source_reference ⇒ ::String
Returns the value of attribute source_reference.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def source_reference @source_reference end |