Class: Aws::EC2::Types::DisableCapacityManagerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableCapacityManagerResult
- 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 disable operation.
-
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled.
Instance Attribute Details
#capacity_manager_status ⇒ String
The current status of Capacity Manager after the disable operation.
33959 33960 33961 33962 33963 33964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33959 class DisableCapacityManagerResult < Struct.new( :capacity_manager_status, :organizations_access) SENSITIVE = [] include Aws::Structure end |
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled. This will be
false
after disabling Capacity Manager.
33959 33960 33961 33962 33963 33964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33959 class DisableCapacityManagerResult < Struct.new( :capacity_manager_status, :organizations_access) SENSITIVE = [] include Aws::Structure end |