Class: Aws::DirectConnect::Types::UpdateConnectionsBillingModeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::UpdateConnectionsBillingModeResponse
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_mode ⇒ String
The billing mode applied to the connections.
-
#connections ⇒ Array<Types::Connection>
The connections with the updated billing mode.
Instance Attribute Details
#billing_mode ⇒ String
The billing mode applied to the connections.
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 |
#connections ⇒ Array<Types::Connection>
The connections with the updated billing mode.
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 |