Class: Aws::Types::DeleteEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def arn
  @arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def environment_id
  @environment_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


211
212
213
# File 'sig/types.rbs', line 211

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


213
214
215
# File 'sig/types.rbs', line 213

def state
  @state
end