Class: Aws::Types::DeleteServiceResponse

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)


250
251
252
# File 'sig/types.rbs', line 250

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def arn
  @arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def environment_id
  @environment_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def name
  @name
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


256
257
258
# File 'sig/types.rbs', line 256

def state
  @state
end