Class: Aws::Types::PrivateGraphEndpointSummary

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")


583
584
585
# File 'sig/types.rbs', line 583

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


582
583
584
# File 'sig/types.rbs', line 582

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def vpc_id
  @vpc_id
end