Class: Aws::Outposts::Types::InstancesToExclude

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

Overview

User-specified instances that must not be stopped. These instances will not appear in the list of instances that Amazon Web Services recommends to stop in order to free up capacity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

IDs of the accounts that own each instance that must not be stopped.

Returns:

  • (Array<String>)


1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1498

class InstancesToExclude < Struct.new(
  :instances,
  :account_ids,
  :services)
  SENSITIVE = []
  include Aws::Structure
end

#instancesArray<String>

List of user-specified instances that must not be stopped.

Returns:

  • (Array<String>)


1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1498

class InstancesToExclude < Struct.new(
  :instances,
  :account_ids,
  :services)
  SENSITIVE = []
  include Aws::Structure
end

#servicesArray<String>

Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.

Returns:

  • (Array<String>)


1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1498

class InstancesToExclude < Struct.new(
  :instances,
  :account_ids,
  :services)
  SENSITIVE = []
  include Aws::Structure
end