Class: Aws::Types::ListServiceDeploymentsRequest

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)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def cluster
  @cluster
end

#created_atTypes::CreatedAt

Returns the value of attribute created_at.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def created_at
  @created_at
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def next_token
  @next_token
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def service
  @service
end

#status::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_REQUESTED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")]

Returns the value of attribute status.

Returns:

  • (::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_REQUESTED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")])


1606
1607
1608
# File 'sig/types.rbs', line 1606

def status
  @status
end