Class: Aws::ServiceCatalog::Types::CreateServiceActionOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#service_action_detailTypes::ServiceActionDetail

An object containing information about the self-service action.



1236
1237
1238
1239
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1236

class CreateServiceActionOutput < Struct.new(
  :service_action_detail)
  include Aws::Structure
end