Class: Aws::Types::DescribeServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format_version ⇒ ::String
Returns the value of attribute format_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#format_version ⇒ ::String
Returns the value of attribute format_version.
23 24 25 |
# File 'sig/types.rbs', line 23 def format_version @format_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
25 26 27 |
# File 'sig/types.rbs', line 25 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
24 25 26 |
# File 'sig/types.rbs', line 24 def next_token @next_token end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
22 23 24 |
# File 'sig/types.rbs', line 22 def service_code @service_code end |