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)


38557
38558
38559
38560
38561
38562
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38557

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)


38557
38558
38559
38560
38561
38562
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38557

class EnableCapacityManagerResult < Struct.new(
  :capacity_manager_status,
  :organizations_access)
  SENSITIVE = []
  include Aws::Structure
end