Class: Aws::Types::EndpointSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5829
5830
5831
# File 'sig/types.rbs', line 5829

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


5828
5829
5830
# File 'sig/types.rbs', line 5828

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5827
5828
5829
# File 'sig/types.rbs', line 5827

def endpoint_name
  @endpoint_name
end

#endpoint_status"OutOfService", ...

Returns the value of attribute endpoint_status.

Returns:

  • ("OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed", "UpdateRollbackFailed")


5831
5832
5833
# File 'sig/types.rbs', line 5831

def endpoint_status
  @endpoint_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5830
5831
5832
# File 'sig/types.rbs', line 5830

def last_modified_time
  @last_modified_time
end