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)


39178
39179
39180
39181
39182
39183
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39178

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)


39178
39179
39180
39181
39182
39183
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39178

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