Class: Aws::ServiceCatalog::Types::UpdateServiceActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateServiceActionInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Note:
When making an API call, you may pass UpdateServiceActionInput data as a hash:
{
id: "Id", # required
name: "ServiceActionName",
definition: {
"Name" => "ServiceActionDefinitionValue",
},
description: "ServiceActionDescription",
accept_language: "AcceptLanguage",
}
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.
en
- English (default)jp
- Japanesezh
- Chinese
7991 7992 7993 7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7991 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.
7991 7992 7993 7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7991 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The self-service action description.
7991 7992 7993 7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7991 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The self-service action identifier.
7991 7992 7993 7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7991 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The self-service action name.
7991 7992 7993 7994 7995 7996 7997 7998 7999 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7991 class UpdateServiceActionInput < Struct.new( :id, :name, :definition, :description, :accept_language) SENSITIVE = [] include Aws::Structure end |