Class: Aws::ServiceCatalog::Types::CreateServiceActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreateServiceActionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_action_detail ⇒ Types::ServiceActionDetail
An object containing information about the self-service action.
Instance Attribute Details
#service_action_detail ⇒ Types::ServiceActionDetail
An object containing information about the self-service action.
1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1254 class CreateServiceActionOutput < Struct.new( :service_action_detail) SENSITIVE = [] include Aws::Structure end |