Class: Aws::Types::Target

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_reference::String

Returns the value of attribute destination_reference.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def source_reference
  @source_reference
end