Class: Aws::ServiceCatalog::Types::ServiceActionSummary

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

Overview

Detailed information about the self-service action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definition_typeString

The self-service action definition type. For example, ‘SSM_AUTOMATION`.

Returns:

  • (String)


6735
6736
6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6735

class ServiceActionSummary < Struct.new(
  :id,
  :name,
  :description,
  :definition_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The self-service action description.

Returns:

  • (String)


6735
6736
6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6735

class ServiceActionSummary < Struct.new(
  :id,
  :name,
  :description,
  :definition_type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The self-service action identifier.

Returns:

  • (String)


6735
6736
6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6735

class ServiceActionSummary < Struct.new(
  :id,
  :name,
  :description,
  :definition_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The self-service action name.

Returns:

  • (String)


6735
6736
6737
6738
6739
6740
6741
6742
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6735

class ServiceActionSummary < Struct.new(
  :id,
  :name,
  :description,
  :definition_type)
  SENSITIVE = []
  include Aws::Structure
end