Class: Aws::Types::DescribeMacHostsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6521
6522
6523
# File 'sig/types.rbs', line 6521

def filters
  @filters
end

#host_ids::Array[::String]

Returns the value of attribute host_ids.

Returns:

  • (::Array[::String])


6522
6523
6524
# File 'sig/types.rbs', line 6522

def host_ids
  @host_ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6523
6524
6525
# File 'sig/types.rbs', line 6523

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6524
6525
6526
# File 'sig/types.rbs', line 6524

def next_token
  @next_token
end