Class: Aws::Types::NotifyApplicationStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def application_id
  @application_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def dry_run
  @dry_run
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED")


293
294
295
# File 'sig/types.rbs', line 293

def status
  @status
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def update_date_time
  @update_date_time
end