Class: Aws::ServiceCatalog::Types::DeleteServiceActionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass DeleteServiceActionInput data as a hash:

{
  id: "Id", # required
  accept_language: "AcceptLanguage",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1542
1543
1544
1545
1546
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1542

class DeleteServiceActionInput < Struct.new(
  :id,
  :accept_language)
  include Aws::Structure
end

#idString

The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.

Returns:

  • (String)


1542
1543
1544
1545
1546
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1542

class DeleteServiceActionInput < Struct.new(
  :id,
  :accept_language)
  include Aws::Structure
end