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:



6094
6095
6096
# File 'sig/types.rbs', line 6094

def hosts
  @hosts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6095
6096
6097
# File 'sig/types.rbs', line 6095

def next_token
  @next_token
end