Class: Aws::Types::CreateCaseRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set_id::String

Returns the value of attribute attachment_set_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def attachment_set_id
  @attachment_set_id
end

#category_code::String

Returns the value of attribute category_code.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def communication_body
  @communication_body
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def issue_type
  @issue_type
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def language
  @language
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def severity_code
  @severity_code
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def subject
  @subject
end

#upload_ids::Array[::String]

Returns the value of attribute upload_ids.

Returns:

  • (::Array[::String])


153
154
155
# File 'sig/types.rbs', line 153

def upload_ids
  @upload_ids
end