Class: Aws::DeviceFarm::Types::GetOfferingStatusResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetOfferingStatusResult
- 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
-
#current ⇒ Hash<String,Types::OfferingStatus>
When specified, gets the offering status for the current period.
-
#next_period ⇒ Hash<String,Types::OfferingStatus>
When specified, gets the offering status for the next period.
-
#next_token ⇒ String
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.
Instance Attribute Details
#current ⇒ Hash<String,Types::OfferingStatus>
When specified, gets the offering status for the current period.
2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2020 class GetOfferingStatusResult < Struct.new( :current, :next_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_period ⇒ Hash<String,Types::OfferingStatus>
When specified, gets the offering status for the next period.
2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2020 class GetOfferingStatusResult < Struct.new( :current, :next_period, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2020 2021 2022 2023 2024 2025 2026 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2020 class GetOfferingStatusResult < Struct.new( :current, :next_period, :next_token) SENSITIVE = [] include Aws::Structure end |