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.
36198 36199 36200 36201 36202 36203 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36198 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.
36198 36199 36200 36201 36202 36203 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36198 class DisableCapacityManagerResult < Struct.new( :capacity_manager_status, :organizations_access) SENSITIVE = [] include Aws::Structure end |