Class: Aws::EC2::Types::EnableCapacityManagerResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_manager_statusString

The current status of Capacity Manager after the enable operation.

Returns:

  • (String)


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_accessBoolean

Indicates whether Organizations access is enabled for cross-account data aggregation.

Returns:

  • (Boolean)


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