Class: Aws::Types::SubModule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_path::String

Returns the value of attribute absolute_path.

Returns:

  • (::String)


1907
1908
1909
# File 'sig/types.rbs', line 1907

def absolute_path
  @absolute_path
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def commit_id
  @commit_id
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def relative_path
  @relative_path
end