Class: Aws::Types::DescribeServicesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def cluster
  @cluster
end

#include::Array[("TAGS")]

Returns the value of attribute include.

Returns:

  • (::Array[("TAGS")])


1072
1073
1074
# File 'sig/types.rbs', line 1072

def include
  @include
end

#services::Array[::String]

Returns the value of attribute services.

Returns:

  • (::Array[::String])


1071
1072
1073
# File 'sig/types.rbs', line 1071

def services
  @services
end