Class: Aws::Types::DeleteResourceGatewayResponse

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)


363
364
365
# File 'sig/types.rbs', line 363

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


365
366
367
# File 'sig/types.rbs', line 365

def status
  @status
end