Class: Aws::Types::Organization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_account_email])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def arn
  @arn
end

#available_policy_types::Array[Types::PolicyTypeSummary]

Returns the value of attribute available_policy_types.

Returns:



822
823
824
# File 'sig/types.rbs', line 822

def available_policy_types
  @available_policy_types
end

#feature_set"ALL", "CONSOLIDATED_BILLING"

Returns the value of attribute feature_set.

Returns:

  • ("ALL", "CONSOLIDATED_BILLING")


818
819
820
# File 'sig/types.rbs', line 818

def feature_set
  @feature_set
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def id
  @id
end

#master_account_arn::String

Returns the value of attribute master_account_arn.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def 
  @master_account_arn
end

#master_account_email::String

Returns the value of attribute master_account_email.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def 
  @master_account_email
end

#master_account_id::String

Returns the value of attribute master_account_id.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def 
  @master_account_id
end