Class: Aws::Types::CreateVpcEndpointDetail

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)


346
347
348
# File 'sig/types.rbs', line 346

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def name
  @name
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


348
349
350
# File 'sig/types.rbs', line 348

def status
  @status
end