Class: Aws::Types::HostInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


10723
10724
10725
# File 'sig/types.rbs', line 10723

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


10724
10725
10726
# File 'sig/types.rbs', line 10724

def instance_type
  @instance_type
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


10725
10726
10727
# File 'sig/types.rbs', line 10725

def owner_id
  @owner_id
end