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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


6131
6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6131

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

#descriptionString

The self-service action description.

Returns:

  • (String)


6131
6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6131

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

#idString

The self-service action identifier.

Returns:

  • (String)


6131
6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6131

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

#nameString

The self-service action name.

Returns:

  • (String)


6131
6132
6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6131

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