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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


440
441
442
# File 'sig/types.rbs', line 440

def status
  @status
end