Class: Aws::Outposts::Types::GetOutpostBillingInformationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contract_end_dateString

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.

Returns:

  • (String)


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_tokenString

The pagination token.

Returns:

  • (String)


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

#subscriptionsArray<Types::Subscription>

The subscription details for the specified Outpost.

Returns:



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