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.

Instance Attribute Summary collapse

Instance Attribute Details

#definition_typeString

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

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5535

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

#descriptionString

The self-service action description.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5535

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

#idString

The self-service action identifier.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5535

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

#nameString

The self-service action name.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5535

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