Class: Aws::Types::ContinuousDeploymentPolicyList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::ContinuousDeploymentPolicySummary]

Returns the value of attribute items.



432
433
434
# File 'sig/types.rbs', line 432

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


431
432
433
# File 'sig/types.rbs', line 431

def quantity
  @quantity
end