Class: Aws::DevOpsGuru::Types::DescribeOrganizationOverviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeOrganizationOverviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The ID of the Amazon Web Services account.
-
#from_time ⇒ Time
The start of the time range passed in.
-
#organizational_unit_ids ⇒ Array<String>
The ID of the organizational unit.
-
#to_time ⇒ Time
The end of the time range passed in.
Instance Attribute Details
#account_ids ⇒ Array<String>
The ID of the Amazon Web Services account.
876 877 878 879 880 881 882 883 |
# File '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_time ⇒ Time
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.
876 877 878 879 880 881 882 883 |
# File '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_ids ⇒ Array<String>
The ID of the organizational unit.
876 877 878 879 880 881 882 883 |
# File '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_time ⇒ Time
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.
876 877 878 879 880 881 882 883 |
# File '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 |