Class: Aws::Types::Host

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


277
278
279
# File 'sig/types.rbs', line 277

def created_at
  @created_at
end

#dedicated_host_id::String

Returns the value of attribute dedicated_host_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def dedicated_host_id
  @dedicated_host_id
end

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def ec2_instance_id
  @ec2_instance_id
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def host_name
  @host_name
end

#host_state"CREATING", ...

Returns the value of attribute host_state.

Returns:

  • ("CREATING", "CREATED", "UPDATING", "DELETING", "DELETED", "CREATE_FAILED", "UPDATE_FAILED")


279
280
281
# File 'sig/types.rbs', line 279

def host_state
  @host_state
end

#instance_type"i4i.metal", ...

Returns the value of attribute instance_type.

Returns:

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


274
275
276
# File 'sig/types.rbs', line 274

def instance_type
  @instance_type
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def ip_address
  @ip_address
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def key_name
  @key_name
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


278
279
280
# File 'sig/types.rbs', line 278

def modified_at
  @modified_at
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def network_interfaces
  @network_interfaces
end

#placement_group_id::String

Returns the value of attribute placement_group_id.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def placement_group_id
  @placement_group_id
end

#state_details::String

Returns the value of attribute state_details.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def state_details
  @state_details
end