Class: Aws::Types::GetOfferingStatusResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current::Hash[::String, Types::OfferingStatus]

Returns the value of attribute current.

Returns:



467
468
469
# File 'sig/types.rbs', line 467

def current
  @current
end

#next_period::Hash[::String, Types::OfferingStatus]

Returns the value of attribute next_period.

Returns:



468
469
470
# File 'sig/types.rbs', line 468

def next_period
  @next_period
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def next_token
  @next_token
end