Class: Aws::Types::PutFileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def blob_id
  @blob_id
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def commit_id
  @commit_id
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def tree_id
  @tree_id
end