Class: Aws::Types::UpdateBillingGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping

Returns the value of attribute account_grouping.



767
768
769
# File 'sig/types.rbs', line 767

def 
  @account_grouping
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def arn
  @arn
end

#computation_preference ⇒ Types::ComputationPreference

Returns the value of attribute computation_preference.



765
766
767
# File 'sig/types.rbs', line 765

def computation_preference
  @computation_preference
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def name
  @name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PRIMARY_ACCOUNT_MISSING", "PENDING")


764
765
766
# File 'sig/types.rbs', line 764

def status
  @status
end