Class: Aws::Types::CreateCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
-
#category_code ⇒ ::String
Returns the value of attribute category_code.
-
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
-
#communication_body ⇒ ::String
Returns the value of attribute communication_body.
-
#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.
-
#severity_code ⇒ ::String
Returns the value of attribute severity_code.
-
#subject ⇒ ::String
Returns the value of attribute subject.
-
#upload_ids ⇒ ::Array[::String]
Returns the value of attribute upload_ids.
Instance Attribute Details
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def @attachment_set_id end |
#category_code ⇒ ::String
Returns the value of attribute category_code.
147 148 149 |
# File 'sig/types.rbs', line 147 def category_code @category_code end |
#cc_email_addresses ⇒ ::Array[::String]
Returns the value of attribute cc_email_addresses.
149 150 151 |
# File 'sig/types.rbs', line 149 def cc_email_addresses @cc_email_addresses end |
#communication_body ⇒ ::String
Returns the value of attribute communication_body.
148 149 150 |
# File 'sig/types.rbs', line 148 def communication_body @communication_body end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
154 155 156 |
# File 'sig/types.rbs', line 154 def dry_run @dry_run end |
#issue_type ⇒ ::String
Returns the value of attribute issue_type.
151 152 153 |
# File 'sig/types.rbs', line 151 def issue_type @issue_type end |
#language ⇒ ::String
Returns the value of attribute language.
150 151 152 |
# File 'sig/types.rbs', line 150 def language @language end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
145 146 147 |
# File 'sig/types.rbs', line 145 def service_code @service_code end |
#severity_code ⇒ ::String
Returns the value of attribute severity_code.
146 147 148 |
# File 'sig/types.rbs', line 146 def severity_code @severity_code end |
#subject ⇒ ::String
Returns the value of attribute subject.
144 145 146 |
# File 'sig/types.rbs', line 144 def subject @subject end |
#upload_ids ⇒ ::Array[::String]
Returns the value of attribute upload_ids.
153 154 155 |
# File 'sig/types.rbs', line 153 def upload_ids @upload_ids end |