Class: Aws::DirectConnect::Types::UpdateConnectionsBillingModeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_modeString

The billing mode applied to the connections.

Returns:

  • (String)


4778
4779
4780
4781
4782
4783
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4778

class UpdateConnectionsBillingModeResponse < Struct.new(
  :billing_mode,
  :connections)
  SENSITIVE = []
  include Aws::Structure
end

#connectionsArray<Types::Connection>

The connections with the updated billing mode.

Returns:



4778
4779
4780
4781
4782
4783
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 4778

class UpdateConnectionsBillingModeResponse < Struct.new(
  :billing_mode,
  :connections)
  SENSITIVE = []
  include Aws::Structure
end