Class: Aws::Types::ListDeploymentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def application_id
  @application_id
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def environment_id
  @environment_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


684
685
686
# File 'sig/types.rbs', line 684

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def next_token
  @next_token
end