Class: Aws::Types::DeleteCollectionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


386
387
388
# File 'sig/types.rbs', line 386

def deletion_protection
  @deletion_protection
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


385
386
387
# File 'sig/types.rbs', line 385

def status
  @status
end