Class: Aws::Types::UpdateBillingGroupOutput

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.



781
782
783
# File 'sig/types.rbs', line 781

def 
  @account_grouping
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def description
  @description
end

#last_modified_time ⇒ ::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


778
779
780
# File 'sig/types.rbs', line 778

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def name
  @name
end

#pricing_plan_arn ⇒ ::String

Returns the value of attribute pricing_plan_arn.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def pricing_plan_arn
  @pricing_plan_arn
end

#primary_account_id ⇒ ::String

Returns the value of attribute primary_account_id.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def 
  @primary_account_id
end

#size ⇒ ::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


777
778
779
# File 'sig/types.rbs', line 777

def size
  @size
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


779
780
781
# File 'sig/types.rbs', line 779

def status
  @status
end

#status_reason ⇒ ::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def status_reason
  @status_reason
end