Class: Aws::Outposts::Types::GetOutpostBillingInformationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostBillingInformationOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contract_end_date ⇒ String
The date the current contract term ends for the specified Outpost.
-
#next_token ⇒ String
The pagination token.
-
#subscriptions ⇒ Array<Types::Subscription>
The subscription details for the specified Outpost.
Instance Attribute Details
#contract_end_date ⇒ String
The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.
937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 937 class GetOutpostBillingInformationOutput < Struct.new( :next_token, :subscriptions, :contract_end_date) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 937 class GetOutpostBillingInformationOutput < Struct.new( :next_token, :subscriptions, :contract_end_date) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
The subscription details for the specified Outpost.
937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 937 class GetOutpostBillingInformationOutput < Struct.new( :next_token, :subscriptions, :contract_end_date) SENSITIVE = [] include Aws::Structure end |