Class: Aws::Types::GetPrivateGraphEndpointOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "FAILED")


378
379
380
# File 'sig/types.rbs', line 378

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


377
378
379
# File 'sig/types.rbs', line 377

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def vpc_id
  @vpc_id
end