Class: Aws::ServiceCatalog::Types::ServiceActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ServiceActionSummary
- Defined in:
- gems/aws-sdk-servicecatalog/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
.
6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6744 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The self-service action description.
6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6744 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The self-service action identifier.
6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6744 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The self-service action name.
6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6744 class ServiceActionSummary < Struct.new( :id, :name, :description, :definition_type) SENSITIVE = [] include Aws::Structure end |