Class: Aws::Types::DescribeServicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


252
253
254
# File 'sig/types.rbs', line 252

def dry_run
  @dry_run
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def language
  @language
end

#service_code_list::Array[::String]

Returns the value of attribute service_code_list.

Returns:

  • (::Array[::String])


250
251
252
# File 'sig/types.rbs', line 250

def service_code_list
  @service_code_list
end