Class: Aws::Types::DescribeOrganizationOverviewRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.



239
240
241
# File 'sig/types.rbs', line 239

def 
  @account_ids
end

#from_time::Time

Returns the value of attribute from_time.



237
238
239
# File 'sig/types.rbs', line 237

def from_time
  @from_time
end

#organizational_unit_ids::Array[::String]

Returns the value of attribute organizational_unit_ids.



240
241
242
# File 'sig/types.rbs', line 240

def organizational_unit_ids
  @organizational_unit_ids
end

#to_time::Time

Returns the value of attribute to_time.



238
239
240
# File 'sig/types.rbs', line 238

def to_time
  @to_time
end