How about:
In[1]:= one = PolyhedronData["Cube"];
In[2]:= FullForm@one
Out[2]//FullForm= \!\(
TagBox[
StyleBox[
RowBox[{"Graphics3D", "[",
RowBox[{"GraphicsComplex", "[",
RowBox[{
RowBox[{"List", "[",
RowBox[{
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{
RowBox[{"-", "1"}], ",", "2"}], "]"}]}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}], ",",
RowBox[{"Rational", "[",
RowBox[{"1", ",", "2"}], "]"}]}], "]"}]}], "]"}], ",",
RowBox[{"Polygon", "[",
RowBox[{"List", "[",
RowBox[{
RowBox[{"List", "[",
RowBox[{"8", ",", "4", ",", "2", ",", "6"}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{"8", ",", "6", ",", "5", ",", "7"}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{"8", ",", "7", ",", "3", ",", "4"}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{"4", ",", "3", ",", "1", ",", "2"}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{"1", ",", "3", ",", "7", ",", "5"}], "]"}], ",",
RowBox[{"List", "[",
RowBox[{"2", ",", "1", ",", "5", ",", "6"}], "]"}]}], "]"}], "]"}]}],
"]"}], "]"}],
ShowSpecialCharacters->False,
ShowStringCharacters->True,
NumberMarks->True],
FullForm]\)
In[3]:= one[[1, 1]]
Out[3]= {{-(1/2), -(1/2), -(1/2)}, {-(1/2), -(1/2), 1/2}, {-(1/2), 1/
2, -(1/2)}, {-(1/2), 1/2, 1/2}, {1/2, -(1/2), -(1/2)}, {1/2, -(1/2),
1/2}, {1/2, 1/2, -(1/2)}, {1/2, 1/2, 1/2}}