Class: Aws::ServiceCatalog::Types::ServiceActionDetail

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

Overview

An object containing detailed information about the self-service action.

Instance Attribute Summary collapse

Instance Attribute Details

#definitionHash<String,String>

A map that defines the self-service action.

Returns:

  • (Hash<String,String>)


5508
5509
5510
5511
5512
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5508

class ServiceActionDetail < Struct.new(
  :service_action_summary,
  :definition)
  include Aws::Structure
end

#service_action_summaryTypes::ServiceActionSummary

Summary information about the self-service action.



5508
5509
5510
5511
5512
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5508

class ServiceActionDetail < Struct.new(
  :service_action_summary,
  :definition)
  include Aws::Structure
end