Class: Aws::Types::GetPrivateGraphEndpointInput

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)


370
371
372
# File 'sig/types.rbs', line 370

def graph_identifier
  @graph_identifier
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def vpc_id
  @vpc_id
end