Class: Aws::Types::BatchRestrictions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_types_allowed::Array[::String]

Returns the value of attribute compute_types_allowed.

Returns:

  • (::Array[::String])


127
128
129
# File 'sig/types.rbs', line 127

def compute_types_allowed
  @compute_types_allowed
end

#fleets_allowed::Array[::String]

Returns the value of attribute fleets_allowed.

Returns:

  • (::Array[::String])


128
129
130
# File 'sig/types.rbs', line 128

def fleets_allowed
  @fleets_allowed
end

#maximum_builds_allowed::Integer

Returns the value of attribute maximum_builds_allowed.

Returns:

  • (::Integer)


126
127
128
# File 'sig/types.rbs', line 126

def maximum_builds_allowed
  @maximum_builds_allowed
end