Class: Aws::Outposts::Types::BlockingInstance

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

Overview

A running Amazon EC2 instance that can be stopped to free up capacity needed to run the capacity task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


209
210
211
212
213
214
215
# File 'lib/aws-sdk-outposts/types.rb', line 209

class BlockingInstance < Struct.new(
  :instance_id,
  :account_id,
  :aws_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_service_nameString

The Amazon Web Services service name that owns the specified blocking instance.

Returns:

  • (String)


209
210
211
212
213
214
215
# File 'lib/aws-sdk-outposts/types.rb', line 209

class BlockingInstance < Struct.new(
  :instance_id,
  :account_id,
  :aws_service_name)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the blocking instance.

Returns:

  • (String)


209
210
211
212
213
214
215
# File 'lib/aws-sdk-outposts/types.rb', line 209

class BlockingInstance < Struct.new(
  :instance_id,
  :account_id,
  :aws_service_name)
  SENSITIVE = []
  include Aws::Structure
end