Class: Aws::Types::ListDaemonsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_arns::Array[::String]

Returns the value of attribute capacity_provider_arns.

Returns:

  • (::Array[::String])


1575
1576
1577
# File 'sig/types.rbs', line 1575

def capacity_provider_arns
  @capacity_provider_arns
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def cluster_arn
  @cluster_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def next_token
  @next_token
end