Class: Aws::DevOpsGuru::Types::DescribeOrganizationOverviewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The ID of the Amazon Web Services account.

Returns:

  • (Array<String>)


876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 876

class DescribeOrganizationOverviewRequest < Struct.new(
  :from_time,
  :to_time,
  :account_ids,
  :organizational_unit_ids)
  SENSITIVE = []
  include Aws::Structure
end

#from_timeTime

The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

Returns:

  • (Time)


876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 876

class DescribeOrganizationOverviewRequest < Struct.new(
  :from_time,
  :to_time,
  :account_ids,
  :organizational_unit_ids)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idsArray<String>

The ID of the organizational unit.

Returns:

  • (Array<String>)


876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 876

class DescribeOrganizationOverviewRequest < Struct.new(
  :from_time,
  :to_time,
  :account_ids,
  :organizational_unit_ids)
  SENSITIVE = []
  include Aws::Structure
end

#to_timeTime

The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

Returns:

  • (Time)


876
877
878
879
880
881
882
883
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 876

class DescribeOrganizationOverviewRequest < Struct.new(
  :from_time,
  :to_time,
  :account_ids,
  :organizational_unit_ids)
  SENSITIVE = []
  include Aws::Structure
end