Class: Aws::Types::PercentOrAbsoluteLong

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

Defined Under Namespace

Classes: Absolute, Percent, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute::Integer

Returns the value of attribute absolute.

Returns:

  • (::Integer)


714
715
716
# File 'sig/types.rbs', line 714

def absolute
  @absolute
end

#percent::String

Returns the value of attribute percent.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def percent
  @percent
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


715
716
717
# File 'sig/types.rbs', line 715

def unknown
  @unknown
end