Class: Aws::Types::UpdateConnectionsBillingModeResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"PayAsYouGo", ...

Returns the value of attribute billing_mode.



1129
1130
1131
# File 'sig/types.rbs', line 1129

def billing_mode
  @billing_mode
end

#connections::Array[Types::Connection]

Returns the value of attribute connections.



1130
1131
1132
# File 'sig/types.rbs', line 1130

def connections
  @connections
end