Class: Aws::Types::GetOfferingStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::GetOfferingStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current ⇒ ::Hash[::String, Types::OfferingStatus]
Returns the value of attribute current.
-
#next_period ⇒ ::Hash[::String, Types::OfferingStatus]
Returns the value of attribute next_period.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#current ⇒ ::Hash[::String, Types::OfferingStatus]
Returns the value of attribute current.
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.
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.
469 470 471 |
# File 'sig/types.rbs', line 469 def next_token @next_token end |