Class: Aws::Types::DeleteVpcEndpointDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def name
  @name
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


451
452
453
# File 'sig/types.rbs', line 451

def status
  @status
end