Class: Aws::EC2::Types::EnableCapacityManagerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableCapacityManagerResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_manager_status ⇒ String
The current status of Capacity Manager after the enable operation.
-
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled for cross-account data aggregation.
Instance Attribute Details
#capacity_manager_status ⇒ String
The current status of Capacity Manager after the enable operation.
36685 36686 36687 36688 36689 36690 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36685 class EnableCapacityManagerResult < Struct.new( :capacity_manager_status, :organizations_access) SENSITIVE = [] include Aws::Structure end |
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled for cross-account data aggregation.
36685 36686 36687 36688 36689 36690 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36685 class EnableCapacityManagerResult < Struct.new( :capacity_manager_status, :organizations_access) SENSITIVE = [] include Aws::Structure end |