Class: Aws::Types::ServerShortInfoResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


2807
2808
2809
# File 'sig/types.rbs', line 2807

def ip_address
  @ip_address
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


2806
2807
2808
# File 'sig/types.rbs', line 2806

def server_id
  @server_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def server_name
  @server_name
end