Class: Aws::Types::DaemonRollback

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def reason
  @reason
end

#rollback_capacity_providers::Array[::String]

Returns the value of attribute rollback_capacity_providers.

Returns:

  • (::Array[::String])


690
691
692
# File 'sig/types.rbs', line 690

def rollback_capacity_providers
  @rollback_capacity_providers
end

#rollback_target_daemon_revision_arn::String

Returns the value of attribute rollback_target_daemon_revision_arn.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def rollback_target_daemon_revision_arn
  @rollback_target_daemon_revision_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


688
689
690
# File 'sig/types.rbs', line 688

def started_at
  @started_at
end