Class: Aws::ServiceCatalog::Types::ServiceActionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ServiceActionDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
An object containing detailed information about the self-service action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Hash<String,String>
A map that defines the self-service action.
-
#service_action_summary ⇒ Types::ServiceActionSummary
Summary information about the self-service action.
Instance Attribute Details
#definition ⇒ Hash<String,String>
A map that defines the self-service action.
6103 6104 6105 6106 6107 6108 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6103 class ServiceActionDetail < Struct.new( :service_action_summary, :definition) SENSITIVE = [] include Aws::Structure end |
#service_action_summary ⇒ Types::ServiceActionSummary
Summary information about the self-service action.
6103 6104 6105 6106 6107 6108 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6103 class ServiceActionDetail < Struct.new( :service_action_summary, :definition) SENSITIVE = [] include Aws::Structure end |