Class: Aws::Types::DescribeCreateCaseOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCreateCaseOptionsRequest
- 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.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#category_code ⇒ ::String
Returns the value of attribute category_code.
238 239 240 |
# File 'sig/types.rbs', line 238 def category_code @category_code end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
239 240 241 |
# File 'sig/types.rbs', line 239 def dry_run @dry_run end |
#issue_type ⇒ ::String
Returns the value of attribute issue_type.
235 236 237 |
# File 'sig/types.rbs', line 235 def issue_type @issue_type end |
#language ⇒ ::String
Returns the value of attribute language.
237 238 239 |
# File 'sig/types.rbs', line 237 def language @language end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
236 237 238 |
# File 'sig/types.rbs', line 236 def service_code @service_code end |