Class: Aws::Types::ListDaemonDeploymentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTypes::CreatedAt

Returns the value of attribute created_at.

Returns:



1544
1545
1546
# File 'sig/types.rbs', line 1544

def created_at
  @created_at
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def daemon_arn
  @daemon_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def next_token
  @next_token
end

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

Returns the value of attribute status.

Returns:

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


1543
1544
1545
# File 'sig/types.rbs', line 1543

def status
  @status
end