Class: Aws::Types::CreateMultiRegionEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def endpoint_id
  @endpoint_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


334
335
336
# File 'sig/types.rbs', line 334

def status
  @status
end