Class: Aws::DevOpsGuru::Types::ServiceCollection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

A collection of the names of Amazon Web Services services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_namesArray<String>

An array of strings that each specifies the name of an Amazon Web Services service.

Returns:

  • (Array<String>)


4230
4231
4232
4233
4234
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4230

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