Class: Aws::Types::GetECSServiceRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


529
530
531
# File 'sig/types.rbs', line 529

def 
  @account_ids
end

#filters::Array[Types::ECSServiceRecommendationFilter]

Returns the value of attribute filters.



528
529
530
# File 'sig/types.rbs', line 528

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


527
528
529
# File 'sig/types.rbs', line 527

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def next_token
  @next_token
end

#service_arns::Array[::String]

Returns the value of attribute service_arns.

Returns:

  • (::Array[::String])


525
526
527
# File 'sig/types.rbs', line 525

def service_arns
  @service_arns
end