Class: Aws::DeviceFarm::Types::GetOfferingStatusResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Returns the status result for a device offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currentHash<String,Types::OfferingStatus>

When specified, gets the offering status for the current period.

Returns:



2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2009

class GetOfferingStatusResult < Struct.new(
  :current,
  :next_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_periodHash<String,Types::OfferingStatus>

When specified, gets the offering status for the next period.

Returns:



2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2009

class GetOfferingStatusResult < Struct.new(
  :current,
  :next_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2009

class GetOfferingStatusResult < Struct.new(
  :current,
  :next_period,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end