Class: Aws::Types::FileVersion

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)


723
724
725
# File 'sig/types.rbs', line 723

def blob_id
  @blob_id
end

#commitTypes::Commit

Returns the value of attribute commit.

Returns:



722
723
724
# File 'sig/types.rbs', line 722

def commit
  @commit
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def path
  @path
end

#revision_children::Array[::String]

Returns the value of attribute revision_children.

Returns:

  • (::Array[::String])


725
726
727
# File 'sig/types.rbs', line 725

def revision_children
  @revision_children
end