Class: Aws::Types::DeleteServiceActionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def accept_language
  @accept_language
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def id
  @id
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def idempotency_token
  @idempotency_token
end