Class: Aws::Outposts::Types::AssetInstance

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

Overview

An Amazon EC2 instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-outposts/types.rb', line 148

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

#asset_idString

The ID of the asset.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-outposts/types.rb', line 148

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

#aws_service_nameString

The Amazon Web Services service name of the instance.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-outposts/types.rb', line 148

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-outposts/types.rb', line 148

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

#instance_typeString

The type of instance.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-outposts/types.rb', line 148

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