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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_action_detailTypes::ServiceActionDetail

Detailed information about the self-service action.



7308
7309
7310
7311
7312
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7308

class UpdateServiceActionOutput < Struct.new(
  :service_action_detail)
  SENSITIVE = []
  include Aws::Structure
end