Class: Aws::ServiceCatalog::Types::UpdateServiceActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateServiceActionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#definition ⇒ Hash<String,String>
A map that defines the self-service action.
-
#description ⇒ String
The self-service action description.
-
#id ⇒ String
The self-service action identifier.
-
#name ⇒ String
The self-service action name.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
7292 7293 7294 7295 7296 7297 7298 7299 7300 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Hash<String,String>
A map that defines the self-service action.
7292 7293 7294 7295 7296 7297 7298 7299 7300 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The self-service action description.
7292 7293 7294 7295 7296 7297 7298 7299 7300 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The self-service action identifier.
7292 7293 7294 7295 7296 7297 7298 7299 7300 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The self-service action name.
7292 7293 7294 7295 7296 7297 7298 7299 7300 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |