Class: Aws::Types::EndpointMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


5781
5782
5783
# File 'sig/types.rbs', line 5781

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5780
5781
5782
# File 'sig/types.rbs', line 5780

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")


5782
5783
5784
# File 'sig/types.rbs', line 5782

def endpoint_status
  @endpoint_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5783
5784
5785
# File 'sig/types.rbs', line 5783

def failure_reason
  @failure_reason
end