Class: Aws::Types::ListProviderServicesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProviderServicesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
609 610 611 |
# File 'sig/types.rbs', line 609 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
608 609 610 |
# File 'sig/types.rbs', line 608 def next_token @next_token end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
610 611 612 |
# File 'sig/types.rbs', line 610 def provider_name @provider_name end |