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)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def cluster
  @cluster
end

#created_atTypes::CreatedAt

Returns the value of attribute created_at.

Returns:



1591
1592
1593
# File 'sig/types.rbs', line 1591

def created_at
  @created_at
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def next_token
  @next_token
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

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")])


1590
1591
1592
# File 'sig/types.rbs', line 1590

def status
  @status
end