Class: Aws::Types::DescribeHostsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hosts::Array[Types::Host]

Returns the value of attribute hosts.

Returns:



5836
5837
5838
# File 'sig/types.rbs', line 5836

def hosts
  @hosts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5837
5838
5839
# File 'sig/types.rbs', line 5837

def next_token
  @next_token
end