Class: Aws::Types::MultiRegionEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def created_timestamp
  @created_timestamp
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def endpoint_id
  @endpoint_id
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def endpoint_name
  @endpoint_name
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def last_updated_timestamp
  @last_updated_timestamp
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1451
1452
1453
# File 'sig/types.rbs', line 1451

def regions
  @regions
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1449
1450
1451
# File 'sig/types.rbs', line 1449

def status
  @status
end