Class: Aws::Types::UpdateConnectionsBillingModeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"PayAsYouGo", ...

Returns the value of attribute billing_mode.

Returns:

  • ("PayAsYouGo", "FlatRateTier1", "FlatRateTier2", "FlatRateTier3", "FlatRateTier4", "FlatRateTier5")


1124
1125
1126
# File 'sig/types.rbs', line 1124

def billing_mode
  @billing_mode
end

#connection_ids::Array[::String]

Returns the value of attribute connection_ids.

Returns:

  • (::Array[::String])


1123
1124
1125
# File 'sig/types.rbs', line 1123

def connection_ids
  @connection_ids
end