Class: Aws::Types::DescribeCreateCaseOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_code::String

Returns the value of attribute category_code.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def category_code
  @category_code
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def issue_type
  @issue_type
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def language
  @language
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def service_code
  @service_code
end