Class: Aws::Types::DescribeApplicationStateResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_status"NOT_STARTED", ...

Returns the value of attribute application_status.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def application_status
  @application_status
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def last_updated_time
  @last_updated_time
end