Class: Aws::Types::DeleteApplicationResponse

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)


194
195
196
# File 'sig/types.rbs', line 194

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def arn
  @arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def environment_id
  @environment_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING")


199
200
201
# File 'sig/types.rbs', line 199

def state
  @state
end