Class: Aws::Types::HostInfoForCreate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_host_id::String

Returns the value of attribute dedicated_host_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def dedicated_host_id
  @dedicated_host_id
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def host_name
  @host_name
end

#instance_type"i4i.metal", ...

Returns the value of attribute instance_type.

Returns:

  • ("i4i.metal", "i7i.metal-24xl", "i7i.metal-48xl")


289
290
291
# File 'sig/types.rbs', line 289

def instance_type
  @instance_type
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def key_name
  @key_name
end

#placement_group_id::String

Returns the value of attribute placement_group_id.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def placement_group_id
  @placement_group_id
end