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:



6019
6020
6021
# File 'sig/types.rbs', line 6019

def hosts
  @hosts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6020
6021
6022
# File 'sig/types.rbs', line 6020

def next_token
  @next_token
end