Class: Aws::ServiceCatalog::Types::ServiceActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ServiceActionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Detailed information about the self-service action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition_type ⇒ String
The self-service action definition type.
-
#description ⇒ String
The self-service action description.
-
#id ⇒ String
The self-service action identifier.
-
#name ⇒ String
The self-service action name.
Instance Attribute Details
#definition_type ⇒ String
The self-service action definition type. For example, ‘SSM_AUTOMATION`.
6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6131 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The self-service action description.
6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6131 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The self-service action identifier.
6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6131 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The self-service action name.
6131 6132 6133 6134 6135 6136 6137 6138 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6131 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |