Class: Aws::Types::ListServiceVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_services::Array[Types::DependentService]

Returns the value of attribute dependent_services.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def dependent_services
  @dependent_services
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


491
492
493
# File 'sig/types.rbs', line 491

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def next_token
  @next_token
end

#service_name"KUBERNETES", "EKS_ANYWHERE"

Returns the value of attribute service_name.

Returns:

  • ("KUBERNETES", "EKS_ANYWHERE")


489
490
491
# File 'sig/types.rbs', line 489

def service_name
  @service_name
end