Class: Aws::Types::DeletePrivateGraphEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def graph_identifier
  @graph_identifier
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def vpc_id
  @vpc_id
end