Class: Aws::Types::DescribeSupportedLanguagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSupportedLanguagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_code ⇒ ::String
Returns the value of attribute category_code.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#issue_type ⇒ ::String
Returns the value of attribute issue_type.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#category_code ⇒ ::String
Returns the value of attribute category_code.
275 276 277 |
# File 'sig/types.rbs', line 275 def category_code @category_code end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
276 277 278 |
# File 'sig/types.rbs', line 276 def dry_run @dry_run end |
#issue_type ⇒ ::String
Returns the value of attribute issue_type.
273 274 275 |
# File 'sig/types.rbs', line 273 def issue_type @issue_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
274 275 276 |
# File 'sig/types.rbs', line 274 def service_code @service_code end |