Class: Aws::Types::CompleteRolloutRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def client_token
  @client_token
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def job_arn
  @job_arn
end

#status"ready", "failed"

Returns the value of attribute status.

Returns:

  • ("ready", "failed")


19
20
21
# File 'sig/types.rbs', line 19

def status
  @status
end

#trajectory_id::String

Returns the value of attribute trajectory_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def trajectory_id
  @trajectory_id
end