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)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def created_timestamp
  @created_timestamp
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def endpoint_id
  @endpoint_id
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def endpoint_name
  @endpoint_name
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def last_updated_timestamp
  @last_updated_timestamp
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1501
1502
1503
# File 'sig/types.rbs', line 1501

def regions
  @regions
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1499
1500
1501
# File 'sig/types.rbs', line 1499

def status
  @status
end