Class: Aws::Types::AccountGrouping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_associate ⇒ Boolean

Returns the value of attribute auto_associate.

Returns:

  • (Boolean)


26
27
28
# File 'sig/types.rbs', line 26

def auto_associate
  @auto_associate
end

#linked_account_ids ⇒ ::Array[::String]

Returns the value of attribute linked_account_ids.

Returns:

  • (::Array[::String])


25
26
27
# File 'sig/types.rbs', line 25

def 
  @linked_account_ids
end

#responsibility_transfer_arn ⇒ ::String

Returns the value of attribute responsibility_transfer_arn.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def responsibility_transfer_arn
  @responsibility_transfer_arn
end