Class: Aws::ServiceCatalog::Types::DescribeServiceActionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2327

class DescribeServiceActionInput < Struct.new(
  :id,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The self-service action identifier.

Returns:

  • (String)


2327
2328
2329
2330
2331
2332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2327

class DescribeServiceActionInput < Struct.new(
  :id,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end