Class: Aws::Types::AggregationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role_arn ⇒ ::String

Returns the value of attribute access_role_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def access_role_arn
  @access_role_arn
end

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def 
  @account_id
end

#regions ⇒ ::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


126
127
128
# File 'sig/types.rbs', line 126

def regions
  @regions
end