Class: Aws::Types::ListServiceVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependent_services ⇒ ::Array[Types::DependentService]
Returns the value of attribute dependent_services.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_name ⇒ "KUBERNETES", "EKS_ANYWHERE"
Returns the value of attribute service_name.
Instance Attribute Details
#dependent_services ⇒ ::Array[Types::DependentService]
Returns the value of attribute dependent_services.
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.
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.
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.
489 490 491 |
# File 'sig/types.rbs', line 489 def service_name @service_name end |