Class: Aws::Types::DeletePrivateGraphEndpointOutput

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


209
210
211
# File 'sig/types.rbs', line 209

def status
  @status
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


208
209
210
# File 'sig/types.rbs', line 208

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def vpc_id
  @vpc_id
end