Class: Aws::Types::UpdateBillingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


5040
5041
5042
# File 'sig/types.rbs', line 5040

def billing_group_name
  @billing_group_name
end

#billing_group_propertiesTypes::BillingGroupProperties

Returns the value of attribute billing_group_properties.



5041
5042
5043
# File 'sig/types.rbs', line 5041

def billing_group_properties
  @billing_group_properties
end

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


5042
5043
5044
# File 'sig/types.rbs', line 5042

def expected_version
  @expected_version
end