Class: Aws::Types::GetMultiRegionEndpointResponse

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)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def created_timestamp
  @created_timestamp
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def endpoint_id
  @endpoint_id
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def endpoint_name
  @endpoint_name
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def last_updated_timestamp
  @last_updated_timestamp
end

#routes::Array[Types::Route]

Returns the value of attribute routes.

Returns:



1022
1023
1024
# File 'sig/types.rbs', line 1022

def routes
  @routes
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1023
1024
1025
# File 'sig/types.rbs', line 1023

def status
  @status
end