Class: Aws::ServiceCatalog::Types::UpdateServiceActionOutput

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

Detailed information about the self-service action.



6391
6392
6393
6394
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6391

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