Class: Aws::Types::OrganizationAggregationSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_aws_regionsBoolean

Returns the value of attribute all_aws_regions.

Returns:

  • (Boolean)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def all_aws_regions
  @all_aws_regions
end

#aws_regions::Array[::String]

Returns the value of attribute aws_regions.

Returns:

  • (::Array[::String])


1593
1594
1595
# File 'sig/types.rbs', line 1593

def aws_regions
  @aws_regions
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def role_arn
  @role_arn
end