Class: Aws::Types::DescribeSupportedLanguagesRequest

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)


275
276
277
# File 'sig/types.rbs', line 275

def category_code
  @category_code
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def service_code
  @service_code
end