Class: Aws::Types::VpcEndpointSummary

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)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def name
  @name
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


1039
1040
1041
# File 'sig/types.rbs', line 1039

def status
  @status
end