Class: Aws::Types::DescribeServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#service_code_list ⇒ ::Array[::String]
Returns the value of attribute service_code_list.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
252 253 254 |
# File 'sig/types.rbs', line 252 def dry_run @dry_run end |
#language ⇒ ::String
Returns the value of attribute language.
251 252 253 |
# File 'sig/types.rbs', line 251 def language @language end |
#service_code_list ⇒ ::Array[::String]
Returns the value of attribute service_code_list.
250 251 252 |
# File 'sig/types.rbs', line 250 def service_code_list @service_code_list end |