Class: Aws::Types::AnalyzableServerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def hostname
  @hostname
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def ip_address
  @ip_address
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def source
  @source
end

#vm_id::String

Returns the value of attribute vm_id.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def vm_id
  @vm_id
end